v0.12.1
This release brings minor bug fixes to k6-jslib-aws v0.12.0 🚀
What Changed
- The
S3Client
will now default its signer'suriEscapePath
attribute totrue
. This is to ensure paths are always double URI encoded in S3 paths, and special symbols and space characters are supported in object keys. - The
SignatureV4.sign
andSignatureV4.presign
operations ensure that a leading slash is appended to the target URL (if not present) when generating the resulting URL. That way we avoid potentially generating malformed URLs such ashttps://s3.amazonaws.commy-bucket/object-key
as we've seen happen recently. - The
Endpoint
type is now also exposed by theaws.js
bundle file.
Full Changelog: v0.12.0...v0.12.1