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

s3gof3r library: error handling? #123

Open chrissnell opened 7 years ago

chrissnell commented 7 years ago

Hi,

I've incorporated your s3gof3r library into my own codebase and it works great. I was wondering if the library includes all of the retry logic and MD5 checksum capabilities of gof3r out-of-the-box?

I looked at the code and it looks like all of this logic comes baked-in but wanted to check with you to be sure. Is there any special error handling that I need to do when I use s3gof3r.PutWriter()?

Thanks for this sweet library and the ever-userful CLI tool!