mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
s3/storj: update endpoints
Storj switched to a single global s3 endpoint backed by a BGP routing. We want to stop advertizing the former regional endpoints and have the global one as the only option.
This commit is contained in:
parent
00e853144e
commit
d049cbb59e
@ -936,17 +936,11 @@ func init() {
|
|||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
Name: "endpoint",
|
Name: "endpoint",
|
||||||
Help: "Endpoint of the Shared Gateway.",
|
Help: "Endpoint for Storj Gateway.",
|
||||||
Provider: "Storj",
|
Provider: "Storj",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "gateway.eu1.storjshare.io",
|
Value: "gateway.storjshare.io",
|
||||||
Help: "EU1 Shared Gateway",
|
Help: "Global Hosted Gateway",
|
||||||
}, {
|
|
||||||
Value: "gateway.us1.storjshare.io",
|
|
||||||
Help: "US1 Shared Gateway",
|
|
||||||
}, {
|
|
||||||
Value: "gateway.ap1.storjshare.io",
|
|
||||||
Help: "Asia-Pacific Shared Gateway",
|
|
||||||
}},
|
}},
|
||||||
}, {
|
}, {
|
||||||
// cos endpoints: https://intl.cloud.tencent.com/document/product/436/6224
|
// cos endpoints: https://intl.cloud.tencent.com/document/product/436/6224
|
||||||
|
Loading…
Reference in New Issue
Block a user