diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 7130ccf290b7d8bd493583c0caeb104fdf073e20..386ea99b5fa810f6940dec14cded8afc42cc24da 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")}}