goamz
goamz copied to clipboard
Unbound version of s3 GetBucketContents
The normal version of GetBucketContents binds prefix, path_separator and marker to "". This version allows us to specify these.
The name of the new method is crappy, but its in the name of not breaking the API.
While you're changing API, can you change the returntype of the NEW function from *map[string]Key
to map[string]Key
. It doesn't make sense to return a pointer to that since maps are reference values anyways I'm pretty sure.