fedimg: Add the fedimg s3 bucket name to config file

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
Sayan Chowdhury
2018-04-13 02:48:36 +05:30
committed by Sayan Chowdhury
parent f367f8fc47
commit 04abb2bb4e

View File

@@ -13,6 +13,11 @@ secret_key = '{{fedimg_aws_stg_secret_key}}'
access_id = '{{fedimg_aws_prod_access_id}}'
secret_key = '{{fedimg_aws_prod_secret_key}}'
{% endif %}
{% if env == 'staging' %}
bucket_name = 'fedora-s3-bucket-fedimg-test'
{% else %}
bucket_name = 'fedora-s3-bucket-fedimg'
{% endif %}
base_region = 'us-east-1'
regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2',
'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2',