mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
s3: add Wasabi eu-south-1 region
Ref. https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabi-s-different-storage-regions
This commit is contained in:
parent
3e2c0f8c04
commit
a19ddffe92
@ -1423,6 +1423,10 @@ func init() {
|
|||||||
Value: "s3.eu-west-2.wasabisys.com",
|
Value: "s3.eu-west-2.wasabisys.com",
|
||||||
Help: "Wasabi EU West 2 (Paris)",
|
Help: "Wasabi EU West 2 (Paris)",
|
||||||
Provider: "Wasabi",
|
Provider: "Wasabi",
|
||||||
|
}, {
|
||||||
|
Value: "s3.eu-south-1.wasabisys.com",
|
||||||
|
Help: "Wasabi EU South 1 (Milan)",
|
||||||
|
Provider: "Wasabi",
|
||||||
}, {
|
}, {
|
||||||
Value: "s3.ap-northeast-1.wasabisys.com",
|
Value: "s3.ap-northeast-1.wasabisys.com",
|
||||||
Help: "Wasabi AP Northeast 1 (Tokyo) endpoint",
|
Help: "Wasabi AP Northeast 1 (Tokyo) endpoint",
|
||||||
|
Loading…
Reference in New Issue
Block a user