go-aws-auth
go-aws-auth copied to clipboard
serviceAndRegion logic is incorrect
Right now I am trying to sign requests to AWS Elasticsearch service, and those domains are in the form:
https://search-[domain]-[id].[region].es.amazonaws.com
My request are failing because they're defaulting to us-east-1
and service is also incorrect.
Looks like this is fixed by #27