File: README.md

package info (click to toggle)
golang-github-prometheus-sigv4 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 5
file content (12 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
github.com/prometheus/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.

This module is considered internal to Prometheus, without any stability
guarantees for external usage.