mirror of
https://github.com/rclone/rclone
synced 2024-11-05 01:42:31 +01:00
s3: add config info for Wasabi's EU Central endpoint
Wasabi has a EU Central endpoint for a couple months now, so add it to the list. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
8c5503631a
commit
5ccc2dcb8f
@ -369,6 +369,10 @@ func init() {
|
|||||||
Value: "s3.us-west-1.wasabisys.com",
|
Value: "s3.us-west-1.wasabisys.com",
|
||||||
Help: "Wasabi US West endpoint",
|
Help: "Wasabi US West endpoint",
|
||||||
Provider: "Wasabi",
|
Provider: "Wasabi",
|
||||||
|
}, {
|
||||||
|
Value: "s3.eu-central-1.wasabisys.com",
|
||||||
|
Help: "Wasabi EU Central endpoint",
|
||||||
|
Provider: "Wasabi",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "location_constraint",
|
Name: "location_constraint",
|
||||||
|
Loading…
Reference in New Issue
Block a user