rlmcpherson / s3gof3r

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

Add a function call for listing objects under a prefix #122

Open carlosmn opened 7 years ago

carlosmn commented 7 years ago

Given a list of prefixes, ListObjects goes off in parallel and returns a list of the keys which exist under them.

The S3 API supports a few more options, but right now I just need the paths, so that's what this version does.