Skip to content

Releases: iksteen/aws-request-signer

Version 1.2.0

20 Feb 14:45
Compare
Choose a tag to compare
  • Add support for passing a security token to AwsRequestSigner and AwsAuth helper for request. Thanks @ajpl.

Version 1.1.1

12 Jan 11:00
Compare
Choose a tag to compare
  • Use quote instead of the default quote_plus so query arguments that contain spaces work (thanks @eraser-77).

Version 1.1.0

12 May 09:29
Compare
Choose a tag to compare
  • Minimum supported python version is now 3.6.1.
  • Assume empty content when signing a HEAD or DELETE request just as we do when signing a GET request. Thanks @alvassin!
  • Fix bug where sign_with_headers did not include valueless query arguments in the signing process (f.e. ?acl).