aws-sig

🔏 AWS sigv4, optimized for size

MIT License

Downloads
96
Stars
7
Committers
5
aws-sig - Added X-Amz-Date creation Latest Release

Published by tivac over 4 years ago

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.

aws-sig - Fixed a module path

Published by tivac over 4 years ago

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

aws-sig - Signed query support

Published by tivac over 4 years ago

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