1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

Add new QingStor remote

Add new package qingstor to support QingStor API.

Add new unit test for its and tested through; But I commented
on some tests case because of some of the features of QingStor.

Add new docs for it.
This commit is contained in:
wuyu
2017-06-26 07:47:54 +08:00
committed by Nick Craig-Wood
parent 466dd22b44
commit ec5b72f8d5
13 changed files with 1217 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ import (
_ "github.com/ncw/rclone/hubic"
_ "github.com/ncw/rclone/local"
_ "github.com/ncw/rclone/onedrive"
_ "github.com/ncw/rclone/qingstor"
_ "github.com/ncw/rclone/s3"
_ "github.com/ncw/rclone/sftp"
_ "github.com/ncw/rclone/swift"

View File

@@ -103,6 +103,11 @@ var (
SubDir: false,
FastList: false,
},
{
Name: "TestQingStor:",
SubDir: false,
FastList: false,
},
}
binary = "fs.test"
// Flags