Skip to content

Commit

Permalink
AWS: recognize us-east-2 region
Browse files Browse the repository at this point in the history
The newly announced region must be added to our list of known regions.
  • Loading branch information
justinsb committed Oct 18, 2016
1 parent 1d323ad commit 80d4391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/credentialprovider/aws/aws_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import (
// and credentialprovider.
var AWSRegions = [...]string{
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
"eu-west-1",
Expand Down

0 comments on commit 80d4391

Please sign in to comment.