s3: Added ca-central-1 region

This commit is contained in:
Jon Yergatian 2017-02-02 10:59:01 -08:00 committed by Nick Craig-Wood
parent 37fe6d56e5
commit 6f8501e9a1
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,9 @@ func init() {
}, {
Value: "us-west-1",
Help: "US West (Northern California) Region\nNeeds location constraint us-west-1.",
}, {
Value: "ca-central-1",
Help: "Canada (Central) Region\nNeeds location constraint ca-central-1.",
}, {
Value: "eu-west-1",
Help: "EU (Ireland) Region Region\nNeeds location constraint EU or eu-west-1.",
@ -121,6 +124,9 @@ func init() {
}, {
Value: "us-west-1",
Help: "US West (Northern California) Region.",
}, {
Value: "ca-central-1",
Help: "Canada (Central) Region.",
}, {
Value: "eu-west-1",
Help: "EU (Ireland) Region.",