17810: Fix S3 signature verification.
authorTom Clegg <tom@curii.com>
Tue, 15 Jun 2021 18:57:59 +0000 (14:57 -0400)
committerTom Clegg <tom@curii.com>
Tue, 15 Jun 2021 18:57:59 +0000 (14:57 -0400)
commitd86405e79b04df920e2b196e521959f33649183c
tree47eaed116c9d3c68a6a1f1a76ade3b76bd2bd272
parent523d1c2a9963edc25becf7958e024992ed8a6e66
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