1
mirror of https://github.com/rclone/rclone synced 2024-11-16 16:15:34 +01:00

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 <lindwurm.q@gmail.com>
This commit is contained in:
hota 2021-07-31 01:47:33 +09:00 committed by Nick Craig-Wood
parent 7c58148840
commit 839c20bb35
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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