Teddy Newell
Results
2
comments of
Teddy Newell
I think the AWS JavaScript API has a way to report upload progress, so might be possible with the Ruby version too.
This [SO on reporting S3 upload progress](http://stackoverflow.com/a/17870206) may be relevant. General strategy is to use a multi-part upload by breaking the file into chunks.