2 個答案
- 最新
- 最多得票
- 最多評論
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
已回答 4 個月前
相關內容
- AWS 官方已更新 1 個月前
- AWS 官方已更新 3 年前
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