From a19ddffe92b905ec535758f5f9fe6cd6451f806b Mon Sep 17 00:00:00 2001 From: Diego Monti Date: Sun, 13 Oct 2024 18:35:40 +0200 Subject: [PATCH] s3: add Wasabi eu-south-1 region Ref. https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabi-s-different-storage-regions --- backend/s3/s3.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 38c62c811..ccec63e89 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -1423,6 +1423,10 @@ func init() { Value: "s3.eu-west-2.wasabisys.com", Help: "Wasabi EU West 2 (Paris)", Provider: "Wasabi", + }, { + Value: "s3.eu-south-1.wasabisys.com", + Help: "Wasabi EU South 1 (Milan)", + Provider: "Wasabi", }, { Value: "s3.ap-northeast-1.wasabisys.com", Help: "Wasabi AP Northeast 1 (Tokyo) endpoint",