Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PutObjectCopy command #27

Closed
basvandijk opened this issue Jul 18, 2012 · 5 comments
Closed

Add PutObjectCopy command #27

basvandijk opened this issue Jul 18, 2012 · 5 comments
Assignees

Comments

@basvandijk
Copy link
Contributor

I would like to have support for the PUT Object (Copy) command.

I can write the patch if you want but I don't know when I have time for it.

@aristidb
Copy link
Owner

If you have time, do it, otherwise I'm putting this at the end of the list of things I want to implement.

@ghost ghost assigned aristidb Aug 15, 2012
@aristidb
Copy link
Owner

I've added a slightly incomplete version of PUT Object Copy. Does this fill your use case?

Also, is it just me or is S3 f*ing inconsistent? Sometimes stuff is returned in headers, then in XML responses, sometimes they use JSON... argh.

@basvandijk
Copy link
Contributor Author

I've added a slightly incomplete version of PUT Object Copy.

Great!

Does this fill your use case?

I'm currently on holiday in Italy so I can't easily check it out. However, the code looks exactly what I need.

Also, is it just me or is S3 f*ing inconsistent? Sometimes stuff is returned in headers, then in XML responses, sometimes they use JSON... argh.

Fortunately, there are heroes like you who write Haskell bindings so mere mortals like me don't have to deal with Amazon's inconsistencies ;-)

Thanks.

@aristidb
Copy link
Owner

@basvandijk Can I close this issue? It seems like the code is there, after all.

@basvandijk
Copy link
Contributor Author

Oh yes of course. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants