goamz icon indicating copy to clipboard operation
goamz copied to clipboard

Unbound version of s3 GetBucketContents

Open lachie opened this issue 10 years ago • 1 comments

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.

lachie avatar May 07 '14 00:05 lachie

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.

mitchellh avatar May 07 '14 00:05 mitchellh