summaryrefslogtreecommitdiff
path: root/config/aws.yml.example
blob: 29d029b078d6eb3271f84212cd6493bc7b2f8765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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