aheckmann / node-ses

DEPRECATED
MIT License
200 stars 37 forks source link

Make work with non-default region #59

Closed epegzz closed 4 years ago

epegzz commented 4 years ago

When passing the host option to aws4.sign() with a non default region (e.g. 'eu-central-1') then this will result in a SignatureDoesNotMatch error message.

To fix this, this PR removes the host option, which is constructed by aws4 anyways.

epegzz commented 4 years ago

Actually this does not really fix it. Needs to be fixed in aws4.