-
Notifications
You must be signed in to change notification settings - Fork 1.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
S3 CopyObject fails with version id #2103
Comments
For reference the same request using AWS CLI:
Logs this:
|
I'm getting the exact same error on Mac. Looking into the cause of this |
This is fixed with this PR: #2564 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Ubuntu 22.04, GCC 11.2, aws-sdk-cpp 1.9.22 (from vcpkg)
This code (excerpt);
fails with exception
NoSuchKey
-The specified key does not exist
Log shows:
Note how
x-amz-copy-source
was encoded.Expected Behavior
No exception.
Current Behavior
Exception
NoSuchKey
-The specified key does not exist
From the logs:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.9.22 (vcpkg)
Compiler and Version used
gcc 11.2
Operating System and version
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: