Skip to content

Commit

Permalink
Merge pull request #28428 from justinsb/aws_region_ap_south
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

AWS: Add ap-south-1 to list of known AWS regions

Adding the new ap-south-1 region (Mumbai)
  • Loading branch information
k8s-merge-robot authored Jul 15, 2016
2 parents bea5232 + 60c37a0 commit 7be8249
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 @@ -38,6 +38,7 @@ var AWSRegions = [...]string{
"us-west-2",
"eu-west-1",
"eu-central-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
Expand Down

0 comments on commit 7be8249

Please sign in to comment.