-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use aws s3 sync #8329
Comments
Hi @h0806449f, thanks for reaching out. Could you run Relevant documentation : https://docs.aws.amazon.com/AmazonS3/latest/userguide/transfer-acceleration-examples.html |
Thanks, problems solved. |
|
Maybe the priority of default value and manual setting is wrong ?
will cause Have to reset default value by using |
Adding
It looks like the |
|
Describe the bug
aws s3 sync s3://test-bucket-for-sync-source s3://test-bucket-for-sync-destination
can not proceed without turn on the "Transfer Acceleration"
Expected Behavior
copy s3://test-bucket-for-sync-source to s3://test-bucket-for-sync-destination
and all object will from source bucket to destination bucket
Current Behavior
fatal error: An error occurred (InvalidRequest) when calling the ListObjectsV2 operation: S3 Transfer Acceleration is not configured on this bucket
Reproduction Steps
aws s3 sync s3://test-bucket-for-sync-source s3://test-bucket-for-sync-destination
Possible Solution
turn on Transfer acceleration on both source bucket and destination bucket will fix the problem
Additional Information/Context
Both my bucket in same AZ, I did not want to use Transfer acceleration.
The bucket created on today (2023/11/15) has this issue, if the source bucket and destination bucket are both created on 2023 April won't have this issue.
CLI version used
aws-cli / 2.13.34
Environment details (OS name and version, etc.)
AWS CloudShell
The text was updated successfully, but these errors were encountered: