s3: add aws endpoint eu-north-1
This commit is contained in:
parent
6641a25f8c
commit
96f6708461
1 changed files with 6 additions and 0 deletions
|
@ -131,6 +131,9 @@ func init() {
|
||||||
}, {
|
}, {
|
||||||
Value: "eu-west-2",
|
Value: "eu-west-2",
|
||||||
Help: "EU (London) Region\nNeeds location constraint eu-west-2.",
|
Help: "EU (London) Region\nNeeds location constraint eu-west-2.",
|
||||||
|
}, {
|
||||||
|
Value: "eu-north-1",
|
||||||
|
Help: "EU (Stockholm) Region\nNeeds location constraint eu-north-1.",
|
||||||
}, {
|
}, {
|
||||||
Value: "eu-central-1",
|
Value: "eu-central-1",
|
||||||
Help: "EU (Frankfurt) Region\nNeeds location constraint eu-central-1.",
|
Help: "EU (Frankfurt) Region\nNeeds location constraint eu-central-1.",
|
||||||
|
@ -392,6 +395,9 @@ func init() {
|
||||||
}, {
|
}, {
|
||||||
Value: "eu-west-2",
|
Value: "eu-west-2",
|
||||||
Help: "EU (London) Region.",
|
Help: "EU (London) Region.",
|
||||||
|
}, {
|
||||||
|
Value: "eu-north-1",
|
||||||
|
Help: "EU (Stockholm) Region.",
|
||||||
}, {
|
}, {
|
||||||
Value: "EU",
|
Value: "EU",
|
||||||
Help: "EU Region.",
|
Help: "EU Region.",
|
||||||
|
|
Loading…
Reference in a new issue