Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewV4SigningClient ¶
func NewV4SigningClient(creds *credentials.Credentials, region string) *http.Client
NewV4SigningClient returns an *http.Client that will sign all requests with AWS V4 Signing.
func NewV4SigningClientWithHTTPClient ¶
func NewV4SigningClientWithHTTPClient(creds *credentials.Credentials, region string, httpClient *http.Client) *http.Client
NewV4SigningClientWithHTTPClient returns an *http.Client that will sign all requests with AWS V4 Signing.
Types ¶
type V4Transport ¶
type V4Transport struct {
// contains filtered or unexported fields
}
V4Transport is a RoundTripper that will sign requests with AWS V4 Signing
Click to show internal directories.
Click to hide internal directories.