package
Version:
v6.2.6+incompatible
Opens a new window with list of versions in this module.
Published: Sep 20, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewV4SigningClient(credentials awsauth.Credentials) *http.Client
NewV4SigningClient returns an *http.Client that will sign all requests with AWS V4 Signing.
func NewV4SigningClientWithHTTPClient(credentials awsauth.Credentials, httpClient *http.Client) *http.Client
NewV4SigningClientWithHTTPClient returns an *http.Client that will sign all requests with AWS V4 Signing.
type V4Transport struct {
HTTPClient *http.Client
Credentials awsauth.Credentials
}
V4Transport is a RoundTripper that will sign requests with AWS V4 Signing
RoundTrip uses the underlying RoundTripper transport, but signs request first with AWS V4 Signing
Source Files
¶
Click to show internal directories.
Click to hide internal directories.