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
When object key contains non-ascii character, there will be errors when uploading or downloading.
Even if encoding the object key by Uri.encodeComponent("テスト.jpeg"), the same error will still be reported.
Error message:
SignatureDoesNotMatch null: The request signature we calculated does not match the signature you provid Check your key and signing method.
The text was updated successfully, but these errors were encountered:
When object key contains non-ascii character, there will be errors when uploading or downloading.
Even if encoding the object key by
Uri.encodeComponent("テスト.jpeg")
, the same error will still be reported.Error message:
SignatureDoesNotMatch null: The request signature we calculated does not match the signature you provid Check your key and signing method.
The text was updated successfully, but these errors were encountered: