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.example.yml
Andrew White 309bb6c4d0 Remove path config option from Azure service
The Active Storage service for Azure Storage has an option called `path`
that is ambiguous in meaning. It needs to be set to the primary blob
storage endpoint but that can be determined from the blobs client anyway.

To simplify the configuration this commit removes the `path` option and
gets the endpoint from the blobs client instead.

Closes #32225.
2018-03-12 17:39:58 +00:00

29 lines
670 B
YAML

# s3:
# service: S3
# access_key_id: ""
# secret_access_key: ""
# region: ""
# bucket: ""
#
# gcs:
# service: GCS
# credentials: {
# 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
# storage_account_name: ""
# storage_access_key: ""
# container: ""