mirror of
https://github.com/distribution/distribution.git
synced 2025-08-29 19:53:24 +00:00
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
@ -103,6 +103,7 @@ type DriverParameters struct {
|
|||||||
func init() {
|
func init() {
|
||||||
for _, region := range []string{
|
for _, region := range []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",
|
||||||
|
Loading…
Reference in New Issue
Block a user