rlmcpherson / s3gof3r

Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r
MIT License
1.14k stars 180 forks source link

Comparison to s3manager #120

Open tamalsaha opened 7 years ago

tamalsaha commented 7 years ago

Hi, I came across this library, as I was looking for something that can upload/download large files to S3. I saw that AWS SDK also has something called s3manager: https://docs.aws.amazon.com/sdk-for-go/api/service/s3/s3manager/

Can you please tell me how is this library different? Have you found any deficiencies with s3manager ?

Thanks.

brianredbeard commented 7 years ago

s3manager is solely a library. There is no binary utility to use.