Fix 'QingClound' typo

This commit is contained in:
Yassine Imounachen 2017-12-21 06:45:00 +00:00 committed by Nick Craig-Wood
parent a64d92bd35
commit fe71d4fd87
4 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ Choose a number from below, or type in your own value
\ "swift"
15 / Pcloud
\ "pcloud"
16 / QingClound Object Storage
16 / QingCloud Object Storage
\ "qingstor"
17 / SSH/SFTP Connection
\ "sftp"

View File

@ -66,7 +66,7 @@ Choose a number from below, or type in your own value
\ "swift"
16 / Pcloud
\ "pcloud"
17 / QingClound Object Storage
17 / QingCloud Object Storage
\ "qingstor"
18 / SSH/SFTP Connection
\ "sftp"

View File

@ -60,7 +60,7 @@ Choose a number from below, or type in your own value
\ "swift"
15 / Pcloud
\ "pcloud"
16 / QingClound Object Storage
16 / QingCloud Object Storage
\ "qingstor"
17 / SSH/SFTP Connection
\ "sftp"

View File

@ -27,7 +27,7 @@ import (
func init() {
fs.Register(&fs.RegInfo{
Name: "qingstor",
Description: "QingClound Object Storage",
Description: "QingCloud Object Storage",
NewFs: NewFs,
Options: []fs.Option{{
Name: "env_auth",