go-aws-auth
go-aws-auth copied to clipboard
request.Host may include port, causes incorrect signature
Right now setting the Host
header to the value of request.Host
may also include the port (if specified) and causes an incorrect canonicalURL string to get hashed.
Looks like this is fixed by PR #27