diff --git a/registry/storage/driver/s3-aws/s3.go b/registry/storage/driver/s3-aws/s3.go index 0f1250dff..c9d19c46c 100644 --- a/registry/storage/driver/s3-aws/s3.go +++ b/registry/storage/driver/s3-aws/s3.go @@ -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",