# Bucket 之間 Objects 的複製 [TOC] ###### tags: `aws` `s3` --- ## CLI 操作 ```shell $ aws s3 cp \ s3://sourceBucket/ \ s3://targetBucket/ \ --recursive --acl bucket-owner-full-control ``` ## 參考資料 - StackOverflow - [Amazon S3 File Permissions, Access Denied when copied from another account](https://stackoverflow.com/questions/43722678/amazon-s3-file-permissions-access-denied-when-copied-from-another-account)