################################################## # NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER # ################################################## Paperclip is now compatible with aws-sdk >= 2.0.0. If you are using S3 storage, aws-sdk >= 2.0.0 requires you to set the s3_region. If you want to continue using an earlier version of aws-sdk, replace aws-sdk with aws-sdk-v1 in your Gemfile. If both are in your Gemfile, paperclip will use aws-sdk v2.