File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER #
3
3
##################################################
4
4
5
- Paperclip is now compatible with aws-sdk >= 2.0.0 .
5
+ Paperclip is now compatible with aws-sdk-s3 .
6
6
7
- If you are using S3 storage, aws-sdk >= 2.0.0 requires you to make a few small
7
+ If you are using S3 storage, aws-sdk-s3 requires you to make a few small
8
8
changes:
9
9
10
10
* You must set the `s3_region`
@@ -13,5 +13,5 @@ changes:
13
13
using a hyphen. For example, `:public_read` needs to be changed to
14
14
`public-read`.
15
15
16
- For a walkthrough of upgrading from 4 to 5 and aws-sdk >= 2.0 you can watch
16
+ For a walkthrough of upgrading from 4 to *5* (not 6) and aws-sdk >= 2.0 you can watch
17
17
http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5
You can’t perform that action at this time.
0 commit comments