- Newest
- Most votes
- Most comments
Hi,
It's possible that the issue you are experiencing is related to cross-region copying. By default, the S3 console does not support copying objects between regions. However, you can enable this feature by selecting the "Copy objects across accounts or regions" option in the S3 console.
If it does not resolve your issue, it's possible that there is a permissions issue preventing you from copying the files using the S3 console. Make sure that you have the necessary permissions to access the source and target buckets. You may also need to check the permissions on the objects themselves to ensure that they can be copied.
Alternatively, you can continue using the AWS CLI to copy the files between regions. This should work as long as you have the necessary permissions to access both the source and target buckets.
You may also refer official s3 documents and posts.
Hope it works.
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago