v0.12.2
This v0.12.2 release brings minor bug fixes to k6-jslib-aws 🚀
What Changed
- The
S3Client
methods will now useencoreURI
over the object key path as it signs requests. This ensures theS3Client
is compatible with object keys containing spaces and special symbol. - The
S3Client
underlying signatureV4 signer has been reverted to set theuriEscapePath
option tofalse
. After thoroughly reviewing the signature process documentation, S3 is indeed an exception in the AWS stack, and paths should not be double encoded. - The
dist/
folder has been excluded from source control to facilitate contributions, reviews, and merges.
Full Changelog: v0.12.1...v0.12.2