From 839c20bb350adba8de897a777b11f6ab02206c30 Mon Sep 17 00:00:00 2001 From: hota Date: Sat, 31 Jul 2021 01:47:33 +0900 Subject: [PATCH] s3: add Wasabi's AP-Northeast endpoint info * Wasabi starts to provide AP Northeast (Tokyo) endpoint for all customers, so add it to the list Signed-off-by: lindwurm --- backend/s3/s3.go | 4 ++++ docs/content/s3.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index c2f315518..8d315e450 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -629,6 +629,10 @@ func init() { Value: "s3.eu-central-1.wasabisys.com", Help: "Wasabi EU Central endpoint", Provider: "Wasabi", + }, { + Value: "s3.ap-northeast-1.wasabisys.com", + Help: "Wasabi AP Northeast endpoint", + Provider: "Wasabi", }}, }, { Name: "location_constraint", diff --git a/docs/content/s3.md b/docs/content/s3.md index 904aa6462..2de3ee60e 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -1048,6 +1048,8 @@ Required when using an S3 clone. - Wasabi US West endpoint - "s3.eu-central-1.wasabisys.com" - Wasabi EU Central endpoint + - "s3.ap-northeast-1.wasabisys.com" + - Wasabi AP Northeast endpoint #### --s3-location-constraint