Skip to content

Commit

Permalink
better description for Credentials object
Browse files Browse the repository at this point in the history
  • Loading branch information
RanVaknin committed Sep 15, 2022
1 parent 5b135f8 commit 681bedb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ type Config struct {
// information on AWS regions.
Region string

// The credentials object to use when signing requests. Defaults to a
// chain of credential providers to search for credentials in environment
// variables, shared credential file, and EC2 Instance Roles.
// The credentials object to use when signing requests.
// Use the LoadDefaultConfig to load configuration from all the SDK's supported
// sources, and resolve credentials using the SDK's default credential chain.
Credentials CredentialsProvider

// The Bearer Authentication token provider to use for authenticating API
Expand Down

0 comments on commit 681bedb

Please sign in to comment.