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:
parent
7c58148840
commit
839c20bb35
2 changed files with 6 additions and 0 deletions
|
@ -629,6 +629,10 @@ func init() {
|
||||||
Value: "s3.eu-central-1.wasabisys.com",
|
Value: "s3.eu-central-1.wasabisys.com",
|
||||||
Help: "Wasabi EU Central endpoint",
|
Help: "Wasabi EU Central endpoint",
|
||||||
Provider: "Wasabi",
|
Provider: "Wasabi",
|
||||||
|
}, {
|
||||||
|
Value: "s3.ap-northeast-1.wasabisys.com",
|
||||||
|
Help: "Wasabi AP Northeast endpoint",
|
||||||
|
Provider: "Wasabi",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "location_constraint",
|
Name: "location_constraint",
|
||||||
|
|
|
@ -1048,6 +1048,8 @@ Required when using an S3 clone.
|
||||||
- Wasabi US West endpoint
|
- Wasabi US West endpoint
|
||||||
- "s3.eu-central-1.wasabisys.com"
|
- "s3.eu-central-1.wasabisys.com"
|
||||||
- Wasabi EU Central endpoint
|
- Wasabi EU Central endpoint
|
||||||
|
- "s3.ap-northeast-1.wasabisys.com"
|
||||||
|
- Wasabi AP Northeast endpoint
|
||||||
|
|
||||||
#### --s3-location-constraint
|
#### --s3-location-constraint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue