2 Answers
- Newest
- Most votes
- Most comments
1
Hello.
Tags will also be copied if you select "COPY" for "--tagging-directive" in the command options.
Object lock etc. can be configured using options such as "--object-lock-mode" and "--object-lock-retain-until-date".
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/copy-object.html
0
When you perform copy operation on objects from one bucket to another: 1/ It will create a copy of object with updated settings and a new last-modified date. 2/ To have the source tags in place at destination, you need to pass --tagging-directive parameter in the Copy API request. Check AWS CLI document for more information: https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html
answered 3 months ago
Relevant content
- Accepted Answerasked 4 months ago
- asked 3 months ago
- asked 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
There is an example of matching retention during COPY here: https://catalog.workshops.aws/s3-data-protection/en-US/20-module-2/30-change-metadata