aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2018-03-19 15:30:23 +0000
committerAndrew White <andrew.white@unboxed.co>2018-03-19 15:30:23 +0000
commitd7b72761043f8d76dd95a7198c2dbba89da13b0b (patch)
tree1b0ca684edc9c0f5078202ace1b7dc807c1944b0 /activestorage
parentc1600009b2bbb3b67db20ddb14fef34d4cfa82bc (diff)
downloadrails-d7b72761043f8d76dd95a7198c2dbba89da13b0b.tar.gz
rails-d7b72761043f8d76dd95a7198c2dbba89da13b0b.tar.bz2
rails-d7b72761043f8d76dd95a7198c2dbba89da13b0b.zip
Remove backported CHANGELOG entry [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/CHANGELOG.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 5541f7f331..d794afb0e6 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,11 +1,3 @@
-* 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*