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