Unverified Commit 0c3704e9 authored by Rajesh Kumaravel's avatar Rajesh Kumaravel Committed by GitHub
Browse files

Issue #SB-30678 feat: AWS Config keys added (#3539)

Showing with 12 additions and 0 deletions
+12 -0
......@@ -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")}}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment