gitlab-org--gitlab-foss/config/aws.yml.example

20 lines
463 B
Plaintext
Raw Normal View History

2013-05-01 09:41:37 +00:00
# See https://github.com/jnicklas/carrierwave#using-amazon-s3
# for more options
production:
access_key_id: AKIA1111111111111UA
secret_access_key: secret
bucket: mygitlab.production.us
region: us-east-1
development:
access_key_id: AKIA1111111111111UA
secret_access_key: secret
bucket: mygitlab.development.us
region: us-east-1
test:
access_key_id: AKIA1111111111111UA
secret_access_key: secret
bucket: mygitlab.test.us
region: us-east-1