-
Notifications
You must be signed in to change notification settings - Fork 2.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
Storage.put does not save UTF-8 plain text anymore #5387
Comments
@masbaehr , thanks for the issue, it seems to be a bug with aws-sdk to not be able to handle UTF-8 characters correctly. aws/aws-sdk-js-v3#1100 seems to be related. |
@masbaehr can you test again with latest amplify and let us know if it's fixed? |
It seems to be working again 👍 |
Closing this issue since it is not happening with the latest version which merged in aws-sdk gamma version. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Hi, i'm experiencing the following issue - the same code was still working on Amplify v2
It also still works while replacing Привет with "Hello". I've also tried specifying the contentType to text/plain. Same error
Error: 403 forbidden:
SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.Edit i actually found a workaround but it seems kinda awkward to do:
The text was updated successfully, but these errors were encountered: