Closed
Description
3d620ce created the issue
Jussi Sallinen reports that generating signed URLs for objects with spaces in the path results in the following error when visiting the URL:
{
"code": "InvalidSignature",
"message": "The signature we calculated does not match the one you sent"
}
I can confirm this is failing in Cyberduck as well (any URL encoding of the object's path causes the issue, including parent directories). Some initial investigation seems to point to the issue being in java-manta, not the Cyberduck codebase. Will update this ticket with a link to the java-manta ticket once that issue is resolved.
(note: this is marked "core" since there is no manta/triton component in the bug tracker)