mhart / aws4

Signs and prepares Node.js requests using AWS Signature Version 4
MIT License
703 stars 176 forks source link

Added fix for undefined headers #135

Closed Danwakeem closed 1 year ago

Danwakeem commented 3 years ago

Added a fix when a header value is undefined. This way we don't try and run a .toString on an undefined value 😎

This was in response to the issue I opened #134 👍