s3: Added ca-central-1 region
This commit is contained in:
parent
37fe6d56e5
commit
6f8501e9a1
1 changed files with 6 additions and 0 deletions
6
s3/s3.go
6
s3/s3.go
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue