We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f788aff commit bcab695Copy full SHA for bcab695
1 file changed
google/internal/externalaccount/aws.go
@@ -62,11 +62,13 @@ const (
62
// The AWS authorization header name for the auto-generated date.
63
awsDateHeader = "x-amz-date"
64
65
+ // Supported AWS configuration environment variables.
66
awsAccessKeyId = "AWS_ACCESS_KEY_ID"
67
awsDefaultRegion = "AWS_DEFAULT_REGION"
68
awsRegion = "AWS_REGION"
69
awsSecretAccessKey = "AWS_SECRET_ACCESS_KEY"
70
awsSessionToken = "AWS_SESSION_TOKEN"
71
+
72
awsTimeFormatLong = "20060102T150405Z"
73
awsTimeFormatShort = "20060102"
74
)
0 commit comments