Skip to content

Commit

Permalink
Add sigv4/README.md
Browse files Browse the repository at this point in the history
I couldn't figure out why sigv4 is a separate Go module, and I imagine
other people might have the same question.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Oct 14, 2021
1 parent 4bfa954 commit 7795e5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sigv4/README.md
@@ -0,0 +1,9 @@
github.com/prometheus/common/sigv4 module
=========================================

sigv4 provides a http.RoundTripper that will sign requests using
Amazon's Signature Verification V4 signing procedure, using credentials
from the default AWS credential chain.

This is a separate module from github.com/prometheus/common to prevent
it from having and propagating a dependency on the AWS SDK.

0 comments on commit 7795e5c

Please sign in to comment.