From b5abbe819f5832b5a8424b081cbf52d5b6f4b731 Mon Sep 17 00:00:00 2001 From: lindwurm Date: Mon, 22 Nov 2021 06:04:53 +0900 Subject: [PATCH] s3: Add Wasabi AP Northeast 2 endpoint info * Wasabi starts to provide AP Northeast 2 (Osaka) endpoint, so add it to the list * Rename ap-northeast-1 as "AP Northeast 1 (Tokyo)" from "AP Northeast" Signed-off-by: lindwurm --- backend/s3/s3.go | 6 +++++- docs/content/s3.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/backend/s3/s3.go b/backend/s3/s3.go index 304eafb05..91a7dd24d 100644 --- a/backend/s3/s3.go +++ b/backend/s3/s3.go @@ -761,7 +761,11 @@ func init() { Provider: "Wasabi", }, { Value: "s3.ap-northeast-1.wasabisys.com", - Help: "Wasabi AP Northeast endpoint", + Help: "Wasabi AP Northeast 1 (Tokyo) endpoint", + Provider: "Wasabi", + }, { + Value: "s3.ap-northeast-2.wasabisys.com", + Help: "Wasabi AP Northeast 2 (Osaka) endpoint", Provider: "Wasabi", }}, }, { diff --git a/docs/content/s3.md b/docs/content/s3.md index 7289e9ca4..184fea45f 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -1062,7 +1062,9 @@ Required when using an S3 clone. - "s3.eu-central-1.wasabisys.com" - Wasabi EU Central endpoint - "s3.ap-northeast-1.wasabisys.com" - - Wasabi AP Northeast endpoint + - Wasabi AP Northeast 1 (Tokyo) endpoint + - "s3.ap-northeast-2.wasabisys.com" + - Wasabi AP Northeast 2 (Osaka) endpoint #### --s3-location-constraint