Tracking Upload Progress of File to S3 Using Ruby aws-sdk
问题 Firstly, I am aware that there are quite a few questions that are similar to this one in SO. I have read most, if not all of them, over the past week. But I still can't make this work for me. I am developing a Ruby on Rails app that allows users to upload mp3 files to Amazon S3. The upload itself works perfectly, but a progress bar would greatly improve user experience on the website. I am using the aws-sdk gem which is the official one from Amazon. I have looked everywhere in its