Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
cmd/plume: add eu-west-3 and cn-northwest-1
Browse files Browse the repository at this point in the history
Neither supports PV.
  • Loading branch information
bgilbert committed Feb 7, 2018
1 parent 314f967 commit 43b1219
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/plume/specs.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ var (
"us-west-2",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"eu-central-1",
"ap-south-1",
"ap-southeast-1",
Expand All @@ -152,6 +153,7 @@ var (
BucketRegion: "cn-north-1",
Regions: []string{
"cn-north-1",
"cn-northwest-1",
},
},
}
Expand Down Expand Up @@ -188,6 +190,7 @@ var (
Regions: []string{
"us-west-1",
"us-west-2",
"eu-west-3", // no PV
},
},
awsPartitionSpec{
Expand Down

0 comments on commit 43b1219

Please sign in to comment.