Merge pull request #2010 from mbentley/add-new-s3-region
Added new us-east-2 region for S3
This commit is contained in:
commit
96f63cbe7f
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ type DriverParameters struct {
|
|||
func init() {
|
||||
for _, region := range []string{
|
||||
"us-east-1",
|
||||
"us-east-2",
|
||||
"us-west-1",
|
||||
"us-west-2",
|
||||
"eu-west-1",
|
||||
|
|
Loading…
Reference in a new issue