package
1.17.62
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Functions

New returns a credentials Provider for retrieving AWS credentials from arbitrary endpoint.

# Constants

ProviderName is the name of the credentials provider.

# Structs

Options is structure of configurable options for Provider.
Provider satisfies the aws.CredentialsProvider interface, and is a client to retrieve credentials from an arbitrary endpoint.

# Interfaces

AuthTokenProvider defines an interface to dynamically load a value to be passed for the Authorization header of a credentials request.
HTTPClient is a client for sending HTTP requests.

# Type aliases

TokenProviderFunc is a func type implementing AuthTokenProvider interface and enables customizing token provider behavior.