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() { func init() {
fs.Register(&fs.RegInfo{ fs.Register(&fs.RegInfo{
Name: "ftp", Name: "ftp",
Description: "FTP Connection", Description: "FTP",
NewFs: NewFs, NewFs: NewFs,
Options: []fs.Option{{ Options: []fs.Option{{
Name: "host", Name: "host",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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