mirror of
https://github.com/rclone/rclone.git
synced 2025-04-03 00:29:06 +08:00
s3: add DigitalOcean Spaces regions sfo3, fra1, syd1
This commit is contained in:
parent
3d291da0f6
commit
9a81885b51
@ -1109,6 +1109,18 @@ func init() {
|
|||||||
Value: "objects-us-east-1.dream.io",
|
Value: "objects-us-east-1.dream.io",
|
||||||
Help: "Dream Objects endpoint",
|
Help: "Dream Objects endpoint",
|
||||||
Provider: "Dreamhost",
|
Provider: "Dreamhost",
|
||||||
|
}, {
|
||||||
|
Value: "syd1.digitaloceanspaces.com",
|
||||||
|
Help: "DigitalOcean Spaces Sydney 1",
|
||||||
|
Provider: "DigitalOcean",
|
||||||
|
}, {
|
||||||
|
Value: "sfo3.digitaloceanspaces.com",
|
||||||
|
Help: "DigitalOcean Spaces San Francisco 3",
|
||||||
|
Provider: "DigitalOcean",
|
||||||
|
}, {
|
||||||
|
Value: "fra1.digitaloceanspaces.com",
|
||||||
|
Help: "DigitalOcean Spaces Frankfurt 1",
|
||||||
|
Provider: "DigitalOcean",
|
||||||
}, {
|
}, {
|
||||||
Value: "nyc3.digitaloceanspaces.com",
|
Value: "nyc3.digitaloceanspaces.com",
|
||||||
Help: "DigitalOcean Spaces New York 3",
|
Help: "DigitalOcean Spaces New York 3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user