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

@ -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",