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 e58fe9e commit ae466caCopy full SHA for ae466ca
builtin/credential/aws/backend.go
@@ -309,7 +309,7 @@ func generatePartitionToRegionMap() map[string]*endpoints.Region {
309
for _, p := range partitions {
310
// For most partitions, it's fine to choose a single region randomly.
311
// However, for the "aws" partition, it's best to choose "us-east-1"
312
- // because it also support STS out of the box.
+ // because it is always enabled (and enabled for STS) by default.
313
for _, r := range p.Regions() {
314
if p.ID() == "aws" && r.ID() != "us-east-1" {
315
continue
0 commit comments