diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env index 6cb0583bf6b0cf19f4c01f42ec25c3800605c419..0075fb6892ac39970616e5857bace853532de7dd 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_player.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env @@ -207,8 +207,8 @@ 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_aws_bucket_name={{aws_private_bucket_name}} +sunbird_cloud_storage_provider={{cloud_service_provider}} +sunbird_aws_bucket_name={{aws_private_bucket_name | default("")}} 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("")}}