mirror of
https://github.com/versity/versitygw.git
synced 2026-07-26 18:12:42 +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.