17810: Fix S3 signature verification.
authorTom Clegg <tom@curii.com>
Tue, 15 Jun 2021 18:57:59 +0000 (14:57 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 8 Jul 2021 19:42:53 +0000 (15:42 -0400)
commit2333da4dca6a6c9a086b8acd58d91f46ab70f380
tree238202b03e348137389f8d927d3793b9ce2db86e
parentdcdd0bd36ae76c154d12ffb2f3759cef15d4c8a9
17810: Fix S3 signature verification.

All chars (other than "/") that are not unreserved must be
percent-encoded.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
services/keep-web/s3.go
services/keep-web/s3_test.go