Commit 80d4391d authored by Justin Santa Barbara's avatar Justin Santa Barbara

AWS: recognize us-east-2 region

The newly announced region must be added to our list of known regions.
parent 1d323ada
...@@ -34,6 +34,7 @@ import ( ...@@ -34,6 +34,7 @@ import (
// and credentialprovider. // and credentialprovider.
var AWSRegions = [...]string{ var AWSRegions = [...]string{
"us-east-1", "us-east-1",
"us-east-2",
"us-west-1", "us-west-1",
"us-west-2", "us-west-2",
"eu-west-1", "eu-west-1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment