aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/test/service/configurations.yml
blob: d7aa67257347772152bffd619c9977ec7d324e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
s3:
  service: S3
  access_key_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
  secret_access_key: <%= ENV["AWS_SECRET_KEY"] %>
  region: us-east-2
  bucket: rails-ci-activestorage

# gcs:
#   service: GCS
#   keyfile: {
#     type: "service_account",
#     project_id: "",
#     private_key_id: "",
#     private_key: "",
#     client_email: "",
#     client_id: "",
#     auth_uri: "https://accounts.google.com/o/oauth2/auth",
#     token_uri: "https://accounts.google.com/o/oauth2/token",
#     auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs",
#     client_x509_cert_url: ""
#   }
#   project:
#   bucket:
#
# azure:
#   service: AzureStorage
#   path: ""
#   storage_account_name: ""
#   storage_access_key: ""
#   container: ""