Subject: | support for move operation |
The new move operation can be handled with the current perl module by
passing an appropriate header to add_key. However, I think it would be
good to have a dedicated method for it.
Handling move errors seems like it's particularly tricky. Based on the
amazon documentation, S3 can return a 200 status code but embed a move
error inside it if it the move fails to complete. Blecherous, and I
couldn't find an example of what this error looks like.