aws_signing_client icon indicating copy to clipboard operation
aws_signing_client copied to clipboard

Go wrapper for http.Client for Signed AWS Requests

Results 3 aws_signing_client issues
Sort by recently updated
recently updated
newest added

Why the scheme is forced to HTTPS? Could we manage that?

if called before NewSigner

I've originally posted that here: https://github.com/olivere/elastic/issues/317 but looks more like `aws_signing_client` issue. Every PUT request returns following error: > The request signature we calculated does not match the signature you...