Here's some example s3 client code we use in Funnel: 
https://github.com/ohsu-comp-bio/funnel/blob/master/storage/s3.go

And Amazon's S3 client docs: 
https://godoc.org/github.com/aws/aws-sdk-go/service/s3#hdr-Download_Manager

Or, if you meant non-Amazon s3, we have some experience with minio: 
https://docs.minio.io/docs/golang-client-api-reference

On Tuesday, November 21, 2017 at 4:05:51 PM UTC-8, himadhar reddy wrote:
>
> How to download a compressed S3 object to local using golang? example ( 
> abc.zip )
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to