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 <lindwurm.q@gmail.com>
This commit is contained in:
parent
a351484997
commit
b5abbe819f
2 changed files with 8 additions and 2 deletions
|
@ -761,7 +761,11 @@ func init() {
|
||||||
Provider: "Wasabi",
|
Provider: "Wasabi",
|
||||||
}, {
|
}, {
|
||||||
Value: "s3.ap-northeast-1.wasabisys.com",
|
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",
|
Provider: "Wasabi",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -1062,7 +1062,9 @@ Required when using an S3 clone.
|
||||||
- "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"
|
- "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
|
#### --s3-location-constraint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue