Commit b4e613b2 by Yoshiyuki Kinjo Committed by Sid Raval

Update UPGRADING (#2579)

Follow #2481
parent 6596360a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER # # NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER #
################################################## ##################################################
Paperclip is now compatible with aws-sdk >= 2.0.0. Paperclip is now compatible with aws-sdk-s3.
If you are using S3 storage, aws-sdk >= 2.0.0 requires you to make a few small If you are using S3 storage, aws-sdk-s3 requires you to make a few small
changes: changes:
* You must set the `s3_region` * You must set the `s3_region`
...@@ -13,5 +13,5 @@ changes: ...@@ -13,5 +13,5 @@ changes:
using a hyphen. For example, `:public_read` needs to be changed to using a hyphen. For example, `:public_read` needs to be changed to
`public-read`. `public-read`.
For a walkthrough of upgrading from 4 to 5 and aws-sdk >= 2.0 you can watch For a walkthrough of upgrading from 4 to *5* (not 6) and aws-sdk >= 2.0 you can watch
http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5 http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment