Skip to content

Releases: tivac/aws-sig

Added X-Amz-Date creation

15 Jun 08:01
Compare
Choose a tag to compare

Added a new export, headerXAmzDate which takes a JS Date object (or uses Date.now() by default) and converts it into the X-Amz-Date header format.

Mostly useful for signing requests using fetch() since you can't specify a Date header in that case due to it being a Forbidden Header Name.

Fixed a module path

15 Jun 07:49
Compare
Choose a tag to compare

v2.0.0 came out with an incorrect module path in package.json, this has been fixed.

Signed query support

15 Jun 07:49
Compare
Choose a tag to compare

You can now sign requests via the query string! See README.md for details.