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.",