From 3a3d8ffa41177fedf62fa24e24aba79a2e736aad Mon Sep 17 00:00:00 2001
From: Rajesh Kumaravel <rajesh.kumaravel@tarento.com>
Date: Thu, 22 Sep 2022 12:20:34 +0530
Subject: [PATCH] Issue #SB-30678 feat: AWS Config keys added (#3543)

---
 ansible/roles/stack-sunbird/templates/sunbird_player.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 386ea99b5..6cb0583bf 100644
--- a/ansible/roles/stack-sunbird/templates/sunbird_player.env
+++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env
@@ -207,7 +207,7 @@ sunbird_questionset_children_limit={{ sunbird_questionset_children_limit | defau
 #release-5.0.0
 #AWS config for storage access
 #To be reverted post testing
-sunbird_cloud_storage_provider="aws"
+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")}}
-- 
GitLab