Merge pull request #2010 from mbentley/add-new-s3-region

Added new us-east-2 region for S3
This commit is contained in:
Richard Scothern 2016-10-18 10:25:30 -07:00 committed by GitHub
commit 96f63cbe7f

View file

@ -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",