Rails direct upload to Amazon S3 Rails direct upload to Amazon S3 ruby-on-rails ruby-on-rails

Rails direct upload to Amazon S3


Try a new Gem called CarrierWaveDirect it allows you to upload files direct to S3 using a html form and easily move the image processing into a background process


Not sure about whether you can modify it easily to only upload one file at a time, but this gem works very well for me. It is based on one of Ryan Bates' Railscast:

https://github.com/waynehoover/s3_direct_upload