I have configured the Document Storage feature to save documents to S3.
However, when attempting to upload a document with a Japanese title, the following error occurs. (English title can be uploaded successfully.)
Could you please provide guidance on the cause of this issue and how to resolve it?
~~~~
Caused by: java.lang.RuntimeException: <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><AWSAccessKeyId>A**********</AWSAccessKeyId>
~~~~
Environment Details:
- S3 Bucket Region: ap-northeast-1
Thank you for your support.