From 0c3704e9ebdbad273508eabef23c4c20ddeb0201 Mon Sep 17 00:00:00 2001
From: Rajesh Kumaravel <rajesh.kumaravel@tarento.com>
Date: Tue, 20 Sep 2022 15:51:08 +0530
Subject: [PATCH] Issue #SB-30678 feat: AWS Config keys added (#3539)

---
 .../roles/stack-sunbird/templates/sunbird_player.env | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 7130ccf29..386ea99b5 100644
--- a/ansible/roles/stack-sunbird/templates/sunbird_player.env
+++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env
@@ -202,3 +202,15 @@ sunbird_portal_uci_bot_phone_number={{sunbird_portal_uci_bot_phone_number | defa
 #Release-4.6.0
 sunbird_collection_children_limit={{ sunbird_collection_children_limit | default(1200) }}
 sunbird_questionset_children_limit={{ sunbird_questionset_children_limit | default(500) }}
+
+
+#release-5.0.0
+#AWS config for storage access
+#To be reverted post testing
+sunbird_cloud_storage_provider="aws"
+sunbird_aws_bucket_name={{aws_private_bucket_name}}
+sunbird_aws_reports={{aws_reports_folder_name | default("reports")}}
+sunbird_aws_labels={{aws_labels_folder_name | default("labels")}}
+sunbird_aws_access_key={{aws_private_bucket_access_key | default("")}}
+sunbird_aws_secret_key={{aws_private_bucket_secret_key | default("")}}
+sunbird_aws_region={{aws_private_bucket_region | default("ap-south-1")}}
-- 
GitLab