Registry / auth / aws-aws-sdk-go-v2-credentials

aws-aws-sdk-go-v2-credentials

JSON →
library1.19.24gogounverified

Provides types and utilities for retrieving AWS credentials from various sources.

go get github.com/aws/aws-sdk-go-v2/credentials
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-credentials
authgov1.19.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

credentials
github.com/aws/aws-sdk-go-v2/credentials

Creates a static credentials provider and retrieves credentials.

package main import ( "context" "github.com/aws/aws-sdk-go-v2/credentials" ) func main() { provider := credentials.NewStaticCredentialsProvider("AKID", "SECRET", "") creds, _ := provider.Retrieve(context.Background()) _ = creds }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.24latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
aws-aws-sdk-go-v2-credentials — go get aws-aws-sdk-go-v2-credentials · libregistry