Welcome to mirror list, hosted at ThFree Co, Russian Federation.

aws.yml.example « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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