Releases: taylorfinnell/awscr-signer
Releases · taylorfinnell/awscr-signer
v0.4.0
- Adds AWS Version 2 signing support
v0.3.9
- Fixes sha digest calculations on non-string request bodies
- Removes SHA256 class wrapper
v0.3.8
- Fixes bug with request body
v0.3.7
- Fixes bug where the HTTP request body would be fully consumed during signature calculation, making it unusable without a rewind later.
v0.3.6
Signers::V4
now takes service, region, key and secret params instead ofAwscr::Signer
objects
v0.3.5
v0.3.4
- Allow custom options for presigned urls
v0.3.3
- Changed output of presigned urls to be s3.amazonaws.com/bucket instead of bucket.s3.amazonaws.com
v0.3.2
- Changes
V4::Signer.sign
to not take request in constructor - Changes
V4::Signer.sign
to allow a string - Changes
V4::Signer.sign
to allow a request - Fixes presigned urls
v0.3.1
- Hotfix for presigned urls