Skip to content

Commit 80c14f3

Browse files
committed
Docs for session token
1 parent 91a00fc commit 80c14f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/externalaccount/aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type AwsSecurityCredentials struct {
3232
AccessKeyID string `json:"AccessKeyID"`
3333
// SecretAccessKey is the AWS Secret Access Key - Required.
3434
SecretAccessKey string `json:"SecretAccessKey"`
35-
// SessionToken is the AWS Session token - Optional.
35+
// SessionToken is the AWS Session token. This should be provided for temporary AWS security credentials - Optional.
3636
SessionToken string `json:"Token"`
3737
}
3838

0 commit comments

Comments
 (0)