Ruby – Uploading files greater than 5GB to Amazon S3
I was struggling with finding a method to upload files greater than 5GB to S3 using the Amazon aws-s3 gem, then I came across this great post by Gavin. I’m adding the code here in case the site eventually goes down. All credit to Gavin! #!/usr/bin/env ruby # # Testing multipart uploads into s3 with… Read More »