We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a00fc commit 80c14f3Copy full SHA for 80c14f3
google/externalaccount/aws.go
@@ -32,7 +32,7 @@ type AwsSecurityCredentials struct {
32
AccessKeyID string `json:"AccessKeyID"`
33
// SecretAccessKey is the AWS Secret Access Key - Required.
34
SecretAccessKey string `json:"SecretAccessKey"`
35
- // SessionToken is the AWS Session token - Optional.
+ // SessionToken is the AWS Session token. This should be provided for temporary AWS security credentials - Optional.
36
SessionToken string `json:"Token"`
37
}
38
0 commit comments