You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make use of s3cmd to copy a large object using multi part copy operation.
Here the source and destination servers are from different S3 vendors.
Since Identity of a User/Group would different between different vendors, multipart copy would fail while trying to apply ACLs of source bucket onto destination bucket.
Is there a way, we could skip ACL apply during copy operation ? As there is option to make public by providing --acl-public parameter.
The text was updated successfully, but these errors were encountered:
shivakumargowda12
changed the title
Skip ACL copy during copy multi mart operation
Skip ACL apply during multipart copy operation
Jun 29, 2024
I am trying to make use of s3cmd to copy a large object using multi part copy operation.
Here the source and destination servers are from different S3 vendors.
Since Identity of a User/Group would different between different vendors, multipart copy would fail while trying to apply ACLs of source bucket onto destination bucket.
Is there a way, we could skip ACL apply during copy operation ? As there is option to make public by providing --acl-public parameter.
The text was updated successfully, but these errors were encountered: