1
mirror of https://github.com/rclone/rclone synced 2024-09-30 06:09:01 +02: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:
Robert Marko 2019-05-15 10:22:06 +02:00 committed by Nick Craig-Wood
parent 8c5503631a
commit 5ccc2dcb8f

View File

@ -369,6 +369,10 @@ func init() {
Value: "s3.us-west-1.wasabisys.com",
Help: "Wasabi US West endpoint",
Provider: "Wasabi",
}, {
Value: "s3.eu-central-1.wasabisys.com",
Help: "Wasabi EU Central endpoint",
Provider: "Wasabi",
}},
}, {
Name: "location_constraint",