I use Activeadmin and Paperclip to upload images to my Rails application. When I try to upload large files to S3, a timeout error occurs, so I have to implement direct upload to S3.
Does anyone know how I can do this? I could not figure it out ...
ruby-on-rails amazon-s3 ruby-on-rails-4 paperclip activeadmin
Henrique amaral
source share