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: bb10c3cec7bd51f5a8a44b575e0f3ef025985f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See https://github.com/jnicklas/carrierwave#using-amazon-s3
# for more options
# If you change this file in a Merge Request, please also create
# a Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests
#
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