I get Http 403 with response "<Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message><Resource>/io/personal-files/aa(.zip</Resource></Error>"
If i try to download, let’s say, a file in Common Files/aaa()/aaa.txt, front sends request https://*****/io/common-files/aaa%28%29/aaa.txt?AWSAccessKeyId=gateway&Expires=1574419545&Signature=***&response-content-disposition=attachment%3B%20filename%3Daaa.txt&pydio_jwt=****
In response I get:
<Error>
<Code>SignatureDoesNotMatch</Code>
<Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>
<Resource>/io/common-files/aaa()/aaa.txt</Resource>
<RequestId>****</RequestId>
<HostId>***</HostId>
</Error>
and http code 403.
If i rename folder aaa() to just aaa, the problem disappears for the folder itself and every item in it.
Docker logs output does not contain anything related to the issue, as far as i can see.
I could provide more information, if you’d tell me what you need.