sigv4 2.0.1 sigv4: ^2.0.1 copied to clipboard
Library for signing AWS requests with Signature Version 4
Changelog #
2.0.1 #
- Fixed non-string query parameter type errors
- Tweaked readme
2.0.0 #
BREAKING CHANGES:
-
Removed Sigv4Request, only Sigv4Client is needed
-
Exposed methods for building headers and canonical path independently
-
Exposed a wrapper method that returns a
http
Request object -
Added documentation and README
1.0.0 #
- Initial version