mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 05:30:29 +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.