Skip to content

Commit ae466ca

Browse files
tyrannosaurus-becksJim Kalafut
andauthored
Update builtin/credential/aws/backend.go
Co-Authored-By: Jim Kalafut <[email protected]>
1 parent e58fe9e commit ae466ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/credential/aws/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func generatePartitionToRegionMap() map[string]*endpoints.Region {
309309
for _, p := range partitions {
310310
// For most partitions, it's fine to choose a single region randomly.
311311
// However, for the "aws" partition, it's best to choose "us-east-1"
312-
// because it also support STS out of the box.
312+
// because it is always enabled (and enabled for STS) by default.
313313
for _, r := range p.Regions() {
314314
if p.ID() == "aws" && r.ID() != "us-east-1" {
315315
continue

0 commit comments

Comments
 (0)