docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names

This commit is contained in:
albertony 2022-06-19 19:29:02 +02:00
parent 70d9d75801
commit dbf1234edf
7 changed files with 8 additions and 8 deletions

View File

@ -45,7 +45,7 @@ const (
func init() {
fs.Register(&fs.RegInfo{
Name: "ftp",
Description: "FTP Connection",
Description: "FTP",
NewFs: NewFs,
Options: []fs.Option{{
Name: "host",

View File

@ -35,7 +35,7 @@ var (
func init() {
fsi := &fs.RegInfo{
Name: "http",
Description: "HTTP Connection",
Description: "HTTP",
NewFs: NewFs,
Options: []fs.Option{{
Name: "url",

View File

@ -57,7 +57,7 @@ var (
func init() {
fsi := &fs.RegInfo{
Name: "sftp",
Description: "SSH/SFTP Connection",
Description: "SSH/SFTP",
NewFs: NewFs,
Options: []fs.Option{{
Name: "host",

View File

@ -39,7 +39,7 @@ Type of storage to configure.
Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
[snip]
XX / FTP Connection
XX / FTP
\ "ftp"
[snip]
Storage> ftp

View File

@ -52,7 +52,7 @@ name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / HTTP Connection
XX / HTTP
\ "http"
[snip]
Storage> http

View File

@ -2901,7 +2901,7 @@ r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q
e/n/d/r/c/s/q> q
```
### IBM COS (S3)
@ -2937,7 +2937,7 @@ Choose a number from below, or type in your own value
4 / Backblaze B2
\ "b2"
[snip]
23 / http Connection
23 / HTTP
\ "http"
Storage> 3
```

View File

@ -49,7 +49,7 @@ name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
[snip]
XX / SSH/SFTP Connection
XX / SSH/SFTP
\ "sftp"
[snip]
Storage> sftp