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
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)
The text was updated successfully, but these errors were encountered:
I also had a look and it looks like the API should take care of URL encoding using MantaUtils#formatPath and we should pass the unencoded path to getAsSignedURI as what is currently the case.
Jussi Sallinen reports that generating signed URLs for objects with spaces in the path results in the following error when visiting the URL:
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)
The text was updated successfully, but these errors were encountered: