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

# Packages

Package ec2rolecreds provides the credentials provider implementation for retrieving AWS credentials from Amazon EC2 Instance Roles via Amazon EC2 IMDS.
Package endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint.
Package processcreds is a credentials provider to retrieve credentials from a external CLI invoked process.
Package ssocreds provides a credential provider for retrieving temporary AWS credentials using an SSO access token.
Package stscreds are credential Providers to retrieve STS AWS credentials.

# Functions

NewStaticCredentialsProvider return a StaticCredentialsProvider initialized with the AWS credentials passed in.

# Constants

StaticCredentialsName provides a name of Static provider.

# Structs

StaticCredentialsEmptyError is emitted when static credentials are empty.
A StaticCredentialsProvider is a set of credentials which are set, and will never expire.