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

# Functions

NewProvider returns a pointer to a new Credentials object wrapping the Provider.
NewProviderCommand returns a pointer to a new Credentials object with the specified command, and default timeout, duration and max buffer size.

# Constants

DefaultTimeout default limit on time a process can run.
ErrCodeProcessProviderExecution execution of command failed.
ErrCodeProcessProviderParse error parsing process output.
ErrCodeProcessProviderRequired required attribute missing in output.
ErrCodeProcessProviderVersion version error in output.
ProviderName is the name this credentials provider will label any returned credentials Value with.

# Structs

Provider satisfies the credentials.Provider interface, and is a client to retrieve credentials from a process.
ProviderOptions is the configuration options for the processcreds Provider.