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

Library function ObjectMetaData #106

Closed jackric closed 7 years ago

jackric commented 8 years ago

For efficiently checking an object's metadata without initiating a full GET of the object.

I'm still quite new to Go so style and idiomatic advice very welcome!

Thanks