0.0
No commit activity in last 3 years
No release in over 3 years
Stream a file from a remote url using the Ruby AWS SDK to an Amazon S3 bucket.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

Build Status

S3 Streamer

Stream a file from a remote url using the Ruby AWS SDK to an Amazon S3 bucket. This tool uses the Multipart Upload API, that only makes sense for large files, where chunk transfer is necessary.

Benchmarks

Using, default chunk size, S3 as source

  • 98 MB file with a 10/1.25 MBps connection Finished in 1 minute 35.84 seconds (1.02 MBps) 226MB Peak memory usage

Install

Add to Gemfile or install with gem install s3-streamer

Usage example

See the spec.