Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: department-stockholm/aws-signature-v4

1.2.1

05 Feb 10:10
9791c4b
Compare
Choose a tag to compare

Patches

  • Add session token to the query last, so it stringifies as the last parameter. This is required for some AWS services, like IoT and it's not always documented: #3

Credits

Huge thanks to @jonmellman for helping!

1.2.0

31 Jan 10:51
71a17bd
Compare
Choose a tag to compare

Minor Changes

  • Added support for sessionToken (AWS_SESSION_TOKEN): #2

Credits

Huge thanks to @netsgnut for helping!

1.1.1

15 Jan 09:42
1f87e9a
Compare
Choose a tag to compare

Patches

  • Updated repository in package.json: aff0582
  • Added yarn.lock: 997797c

v1.1.0

15 Jan 09:42
Compare
Choose a tag to compare
  • Added query param option (#1)
  • Added LICENSE