From c1600009b2bbb3b67db20ddb14fef34d4cfa82bc Mon Sep 17 00:00:00 2001 From: Brian Knight Date: Mon, 19 Mar 2018 11:25:40 -0400 Subject: Allow full use of the AWS S3 SDK authentication options (#32270) If an explicit AWS key pair and/or region is not provided in config/storage.yml, attempt to use environment variables, shared credentials, or IAM role credentials. Order of precedence is determined by the AWS SDK[1]. [1]: https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html --- activestorage/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activestorage/CHANGELOG.md') diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index d794afb0e6..5541f7f331 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,3 +1,11 @@ +* Allow full use of the AWS S3 SDK options for authentication. If an + explicit AWS key pair and/or region is not provided in `storage.yml`, + attempt to use environment variables, shared credentials, or IAM + (instance or task) role credentials. Order of precedence is determined + by the [AWS SDK](https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/setup-config.html). + + *Brian Knight* + * Rails 6 requires Ruby 2.4.1 or newer. *Jeremy Daer* -- cgit v1.2.3