Skip to content

Commit 99b7e3d

Browse files
shvcjasdel
authored andcommitted
aws: fix a typo environment var usage (#336)
Fixes an example typo in the SDK's environment config usage code.
1 parent a5b6d58 commit 99b7e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/external/env_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ type EnvConfig struct {
7373
//
7474
// # Secret Access Key
7575
// AWS_SECRET_ACCESS_KEY=SECRET
76-
// AWS_SECRET_KEY=SECRET=SECRET # only read if AWS_SECRET_ACCESS_KEY is not set.
76+
// AWS_SECRET_KEY=SECRET # only read if AWS_SECRET_ACCESS_KEY is not set.
7777
//
7878
// # Session Token
7979
// AWS_SESSION_TOKEN=TOKEN

0 commit comments

Comments
 (0)