aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

Rename should copy acl too by default

Open arikfr opened this issue 14 years ago • 1 comments
trafficstars

I'm not sure if that's issue or feature request, but I believe that when you use the S3Object#rename method I believe that it should pass the :copy_acl=>true option to the copy operation.

And anyway, it should be documented...

arikfr avatar Jan 18 '11 09:01 arikfr

+1.

Further, if rename takes options, in addition to using the default :copy_acl => true, why can't one also specify new acl option such as :access => :public_read?

tsailipu avatar Mar 21 '11 07:03 tsailipu