Direct uploads to AWS S3 from the browser in your Rails app
Why do you need to submit user upload to the controller and then upload it to S3 from the backend, when you can upload the file directly to AWS S3? http://blog.iempire.ru/2015/s3-direct-uploads/
Post a comment