Skip to content

Commit bcab695

Browse files
committed
addressing review comment
1 parent f788aff commit bcab695

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • google/internal/externalaccount

google/internal/externalaccount/aws.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ const (
6262
// The AWS authorization header name for the auto-generated date.
6363
awsDateHeader = "x-amz-date"
6464

65+
// Supported AWS configuration environment variables.
6566
awsAccessKeyId = "AWS_ACCESS_KEY_ID"
6667
awsDefaultRegion = "AWS_DEFAULT_REGION"
6768
awsRegion = "AWS_REGION"
6869
awsSecretAccessKey = "AWS_SECRET_ACCESS_KEY"
6970
awsSessionToken = "AWS_SESSION_TOKEN"
71+
7072
awsTimeFormatLong = "20060102T150405Z"
7173
awsTimeFormatShort = "20060102"
7274
)

0 commit comments

Comments
 (0)