Re: [Rails] Amazon S3

7 views
Skip to first unread message

Colin Law

unread,
Feb 28, 2014, 4:01:24 AM2/28/14
to rubyonra...@googlegroups.com
On 28 February 2014 01:07, Samuel Sosina <sams...@gmail.com> wrote:
> Hi,
>
> I am currently trying to upload images on to Amazon S3 using paperclip for
> my rails app. The upload seems to work locally, however I receive the
> following error in production -
>
> ArgumentError (missing required :bucket option):
> app/controllers/meals_controller.rb:34:in `create'
>
>
> Heres the production.rb file -
>
> config.paperclip_defaults = {
> :storage => :s3,
> :s3_credentials => {
> :bucket => ENV['S3_BUCKET_NAME'],
> :access_key_id => ENV['AWS_ACCESS_KEY_ID'],
> :secret_access_key => ENV['AWS_SECRET_ACCESS_KEY']
> }
> }

Google found this which might help.
http://stackoverflow.com/questions/20424724/ruby-on-rails-paperclip-amazon-aws-s3-heroku

Colin
Reply all
Reply to author
Forward
0 new messages