1
mirror of https://github.com/rclone/rclone synced 2024-09-30 06:09:01 +02:00

s3: add config info for Wasabi's US-West endpoint

Wasabi has two location, US East and US West, with different endpoint URLs.
When configuring S3 to use Wasabi, provide the endpoint information for both
locations.
This commit is contained in:
Henry Ptasinski 2018-11-17 08:24:00 -08:00 committed by Nick Craig-Wood
parent 8c8dcdd521
commit f95c1c61dd

View File

@ -291,7 +291,11 @@ func init() {
Provider: "DigitalOcean",
}, {
Value: "s3.wasabisys.com",
Help: "Wasabi Object Storage",
Help: "Wasabi US East endpoint",
Provider: "Wasabi",
}, {
Value: "s3.us-west-1.wasabisys.com",
Help: "Wasabi US West endpoint",
Provider: "Wasabi",
}},
}, {