Skip to content

Commit

Permalink
addressing review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Nov 29, 2022
1 parent f788aff commit bcab695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/internal/externalaccount/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ const (
// The AWS authorization header name for the auto-generated date.
awsDateHeader = "x-amz-date"

// Supported AWS configuration environment variables.
awsAccessKeyId = "AWS_ACCESS_KEY_ID"
awsDefaultRegion = "AWS_DEFAULT_REGION"
awsRegion = "AWS_REGION"
awsSecretAccessKey = "AWS_SECRET_ACCESS_KEY"
awsSessionToken = "AWS_SESSION_TOKEN"

awsTimeFormatLong = "20060102T150405Z"
awsTimeFormatShort = "20060102"
)
Expand Down

0 comments on commit bcab695

Please sign in to comment.