diff --git a/docs/content/pcloud.md b/docs/content/pcloud.md index 105c97856..0194b37db 100644 --- a/docs/content/pcloud.md +++ b/docs/content/pcloud.md @@ -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" diff --git a/docs/content/swift.md b/docs/content/swift.md index 02c51a968..8d430536d 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -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" diff --git a/docs/content/webdav.md b/docs/content/webdav.md index 0c72e7ab6..275e3fc21 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -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" diff --git a/qingstor/qingstor.go b/qingstor/qingstor.go index bb1698772..f29dd49cf 100644 --- a/qingstor/qingstor.go +++ b/qingstor/qingstor.go @@ -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",