Skip to content

v0.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 08:17
11b2676

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

What Changed

  • The S3Client methods will now use encoreURI over the object key path as it signs requests. This ensures the S3Client is compatible with object keys containing spaces and special symbol.
  • The S3Client underlying signatureV4 signer has been reverted to set the uriEscapePath option to false. 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