PUT signature invalid for certain filenames #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just tried to upload a file with the name
Screencast from 2024-02-10 13-37-07.webm
via Sharesome, which Firefox correctly encoded as240210-1237-Screencast%20from%202024-02-10%2013-37-07.webm
. However, Liquor Cabinet wasn't able to PUT that into Garage, encountering a 403 status during the requests (resulting in a 500 for the RS client). However, when removing the spaces from the filename, the upload works.(It's possible that this isn't a Liquor Cabinet issue, but a Garage one, so we might want to try it with a different S3 back-end first.)
Invalid PUT signature for certain filenamesto PUT signature not accepted by Garage for certain filenamesPUT signature not accepted by Garage for certain filenamesto PUT signature invalid for certain filenamesConfirmed to be a Liquor Cabinet issue, since it's also happening locally, with Minio and without going through a reverse proxy (i.e. completely different back-end, and connecting directly to LC).