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: 67633
Status: new
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: rjk [...] tamias.net
Cc:
AdminCc:

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



Subject: copy_key() doesn't allow specifying just acl_short
copy_key() takes an optional third argument that is a configuration hash containing metadata and/or acl_short. If this argument is absent, the metadata from the original key is copied. If the argument is present, only the metadata in the hash is used. Unfortunately, this is true even if the only key in the configuration hash is acl_short. There is currently no way in copy_key() to specify acl_short while copying the metadata from the original key.