1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/test/service/configurations.yml

31 lines
748 B
YAML
Raw Normal View History

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:
2017-08-04 18:57:02 -04:00
#
# azure:
2017-08-04 18:57:02 -04:00
# service: AzureStorage
# path: ""
# storage_account_name: ""
# storage_access_key: ""
# container: ""