mirror of
https://github.com/versity/versitygw.git
synced 2026-06-09 20:42:35 +00:00
Replace `encodeURIComponent()` with a custom `awsUriEncode()` that also percent-encodes characters not in the SigV4 unreserved set. This fixes invalid signatures for object keys or query values containing those characters. Fixes #2060.