storj: update satellite urls and labels
The docs and setup wizard still contained deprecated URLs and labels of Storj satellites. This change updates them.
This commit is contained in:
parent
c37b6b1a43
commit
25535e5eac
3 changed files with 26 additions and 26 deletions
|
@ -32,9 +32,9 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var satMap = map[string]string{
|
var satMap = map[string]string{
|
||||||
"us-central-1.storj.io": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777",
|
"us1.storj.io": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777",
|
||||||
"europe-west-1.storj.io": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@europe-west-1.tardigrade.io:7777",
|
"eu1.storj.io": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@eu1.storj.io:7777",
|
||||||
"asia-east-1.storj.io": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@asia-east-1.tardigrade.io:7777",
|
"ap1.storj.io": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@ap1.storj.io:7777",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register with Fs
|
// Register with Fs
|
||||||
|
@ -106,16 +106,16 @@ func init() {
|
||||||
Name: "satellite_address",
|
Name: "satellite_address",
|
||||||
Help: "Satellite address.\n\nCustom satellite address should match the format: `<nodeid>@<address>:<port>`.",
|
Help: "Satellite address.\n\nCustom satellite address should match the format: `<nodeid>@<address>:<port>`.",
|
||||||
Provider: newProvider,
|
Provider: newProvider,
|
||||||
Default: "us-central-1.storj.io",
|
Default: "us1.storj.io",
|
||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "us-central-1.storj.io",
|
Value: "us1.storj.io",
|
||||||
Help: "US Central 1",
|
Help: "US1",
|
||||||
}, {
|
}, {
|
||||||
Value: "europe-west-1.storj.io",
|
Value: "eu1.storj.io",
|
||||||
Help: "Europe West 1",
|
Help: "EU1",
|
||||||
}, {
|
}, {
|
||||||
Value: "asia-east-1.storj.io",
|
Value: "ap1.storj.io",
|
||||||
Help: "Asia East 1",
|
Help: "AP1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -652,7 +652,7 @@ and may be set in the config file.
|
||||||
--storj-api-key string API key
|
--storj-api-key string API key
|
||||||
--storj-passphrase string Encryption passphrase
|
--storj-passphrase string Encryption passphrase
|
||||||
--storj-provider string Choose an authentication method (default "existing")
|
--storj-provider string Choose an authentication method (default "existing")
|
||||||
--storj-satellite-address string Satellite address (default "us-central-1.storj.io")
|
--storj-satellite-address string Satellite address (default "us1.storj.io")
|
||||||
--sugarsync-access-key-id string Sugarsync Access Key ID
|
--sugarsync-access-key-id string Sugarsync Access Key ID
|
||||||
--sugarsync-app-id string Sugarsync App ID
|
--sugarsync-app-id string Sugarsync App ID
|
||||||
--sugarsync-authorization string Sugarsync authorization
|
--sugarsync-authorization string Sugarsync authorization
|
||||||
|
|
|
@ -183,14 +183,14 @@ Choose a number from below, or type in your own value
|
||||||
\ "new"
|
\ "new"
|
||||||
provider> new
|
provider> new
|
||||||
Satellite Address. Custom satellite address should match the format: `<nodeid>@<address>:<port>`.
|
Satellite Address. Custom satellite address should match the format: `<nodeid>@<address>:<port>`.
|
||||||
Enter a string value. Press Enter for the default ("us-central-1.storj.io").
|
Enter a string value. Press Enter for the default ("us1.storj.io").
|
||||||
Choose a number from below, or type in your own value
|
Choose a number from below, or type in your own value
|
||||||
1 / US Central 1
|
1 / US1
|
||||||
\ "us-central-1.storj.io"
|
\ "us1.storj.io"
|
||||||
2 / Europe West 1
|
2 / EU1
|
||||||
\ "europe-west-1.storj.io"
|
\ "eu1.storj.io"
|
||||||
3 / Asia East 1
|
3 / AP1
|
||||||
\ "asia-east-1.storj.io"
|
\ "ap1.storj.io"
|
||||||
satellite_address> 1
|
satellite_address> 1
|
||||||
API Key.
|
API Key.
|
||||||
Enter a string value. Press Enter for the default ("").
|
Enter a string value. Press Enter for the default ("").
|
||||||
|
@ -202,7 +202,7 @@ Remote config
|
||||||
--------------------
|
--------------------
|
||||||
[remote]
|
[remote]
|
||||||
type = storj
|
type = storj
|
||||||
satellite_address = 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777
|
satellite_address = 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777
|
||||||
api_key = your-api-key-for-your-storj-project
|
api_key = your-api-key-for-your-storj-project
|
||||||
passphrase = your-human-readable-encryption-passphrase
|
passphrase = your-human-readable-encryption-passphrase
|
||||||
access_grant = the-access-grant-generated-from-the-api-key-and-passphrase
|
access_grant = the-access-grant-generated-from-the-api-key-and-passphrase
|
||||||
|
@ -258,14 +258,14 @@ Properties:
|
||||||
- Env Var: RCLONE_STORJ_SATELLITE_ADDRESS
|
- Env Var: RCLONE_STORJ_SATELLITE_ADDRESS
|
||||||
- Provider: new
|
- Provider: new
|
||||||
- Type: string
|
- Type: string
|
||||||
- Default: "us-central-1.storj.io"
|
- Default: "us1.storj.io"
|
||||||
- Examples:
|
- Examples:
|
||||||
- "us-central-1.storj.io"
|
- "us1.storj.io"
|
||||||
- US Central 1
|
- US1
|
||||||
- "europe-west-1.storj.io"
|
- "eu1.storj.io"
|
||||||
- Europe West 1
|
- EU1
|
||||||
- "asia-east-1.storj.io"
|
- "ap1.storj.io"
|
||||||
- Asia East 1
|
- AP1
|
||||||
|
|
||||||
#### --storj-api-key
|
#### --storj-api-key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue