Skip to content

v0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 15:03
811ba5d

This release brings minor bug fixes to k6-jslib-aws v0.12.0 🚀

What Changed

  • The S3Client will now default its signer's uriEscapePath attribute to true. 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 and SignatureV4.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 as https://s3.amazonaws.commy-bucket/object-key as we've seen happen recently.
  • The Endpoint type is now also exposed by the aws.js bundle file.

Full Changelog: v0.12.0...v0.12.1