From 96f67084610b80930a1dd5b0a9e0195abaef3ada Mon Sep 17 00:00:00 2001 From: weetmuts Date: Sat, 2 Feb 2019 20:44:26 +0100 Subject: [PATCH] s3: add aws endpoint eu-north-1 --- backend/s3/s3.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 65d99da48..6f8bfe669 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -131,6 +131,9 @@ func init() { }, { Value: "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", Help: "EU (Frankfurt) Region\nNeeds location constraint eu-central-1.", @@ -392,6 +395,9 @@ func init() { }, { Value: "eu-west-2", Help: "EU (London) Region.", + }, { + Value: "eu-north-1", + Help: "EU (Stockholm) Region.", }, { Value: "EU", Help: "EU Region.",