weavejester/clj-aws-s3

Should there be a support to get an object for a particular version?

Opened this issue · 2 comments

Jae commented

I need to get hold of an object for a particular version. I can provide a patch if necessary.

Yes this could be implemented. A wrapper around getObject(GetObjectRequest) following the existing patterns in s3.clj would be good as a PR...

Jae commented

Is it more prefered to go with similar patterns of having a pair of get-object-metadata and map->GetObjectMetadataRequest function?

I've made a pull request here - #47