Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be aware of using aws-sdk > 3.0 #75

Open
silva96 opened this issue Feb 22, 2018 · 2 comments
Open

Be aware of using aws-sdk > 3.0 #75

silva96 opened this issue Feb 22, 2018 · 2 comments

Comments

@silva96
Copy link

silva96 commented Feb 22, 2018

aws-sdk gem 3.0 + removed the constant Aws::VERSION which produces paperclip to crash

I'm just leting you know that until this PR

thoughtbot/paperclip#2481

is merged and added to a release in ruby-gems you should be using

gem 'aws-sdk', '~> 2'

@breiko83
Copy link

Any chance this gem will be updated to support aws-sdk 2 or 3?

@breiko83
Copy link

Sorry I've just realised upgrading to pre-release 1.0.0 will do.

gem 'mongoid-paperclip', :git => 'https://github.com/mrrooijen/mongoid-paperclip.git'
gem 'aws-sdk-s3'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants