I\'m trying to incorporate images into my web app and I keep running into this error after removing quite a few features. It came down to my \'create\' application controlle
There is official solution Use paperclip from this branch: it works with aws-sdk versions above 2
gem 'paperclip', :git=> 'https://github.com/thoughtbot/paperclip', :ref => '523bd46c768226893f23889079a7aa9c73b57d68'
just add :s3_region parameter to your paperclip s3 config
works for me