mirror of
https://github.com/rclone/rclone
synced 2024-11-05 01:42:31 +01: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:
parent
8c8dcdd521
commit
f95c1c61dd
@ -291,7 +291,11 @@ func init() {
|
|||||||
Provider: "DigitalOcean",
|
Provider: "DigitalOcean",
|
||||||
}, {
|
}, {
|
||||||
Value: "s3.wasabisys.com",
|
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",
|
Provider: "Wasabi",
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
Reference in New Issue
Block a user