You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poyen-wu
changed the title
(short issue description)
PutObjectRequest::PutObject fails with WinHttpSendRequest error code ERROR_INVALID_PARAMETER
Jun 29, 2024
Hi @sbiscigl, thanks for the reply!
It turned out this only happens when a UTF-8 locale is used.
Please feel free to close this issue if UTF-8 locale is not officially supported by AWS SDK.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
PutObjectRequest::PutObject
consistently fails withWinHttpSendRequest
error codeERROR_INVALID_PARAMETER
.Expected Behavior
PutObjectRequest finish without error.
Current Behavior
Reproduction Steps
This can be reproduced with the example code "Upload a string to a bucket".
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.359
Compiler and Version used
Visual Studio
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: