aws-s3
aws-s3 copied to clipboard
Rename should copy acl too by default
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...
+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?