Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 35730
Status: open
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: joey [...] kitenet.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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.
Subject: Support for move operation
Sounds useful. I will investigate. Leon