mirror of
https://github.com/rclone/rclone.git
synced 2025-12-15 15:53:41 +00:00
cloudinary: add cloudinary backend - fixes #7989
This commit is contained in:
committed by
Nick Craig-Wood
parent
5151a663f0
commit
7e4b8e33f5
@@ -102,6 +102,21 @@ backends:
|
||||
fastlist: true
|
||||
maxfile: 1k
|
||||
## end chunker
|
||||
- backend: "cloudinary"
|
||||
remote: "TestCloudinary:"
|
||||
fastlist: false
|
||||
ignore:
|
||||
# fs/operations
|
||||
- TestCheckSum
|
||||
- TestCheckSumDownload
|
||||
- TestHashSums/Md5
|
||||
- TestReadFile
|
||||
- TestCopyURL
|
||||
- TestMoveFileWithIgnoreExisting
|
||||
#vfs
|
||||
- TestFileSetModTime/cache=off,open=false,write=false
|
||||
- TestFileSetModTime/cache=off,open=true,write=false
|
||||
- TestRWFileHandleWriteNoWrite
|
||||
- backend: "combine"
|
||||
remote: "TestCombine:dir1"
|
||||
fastlist: false
|
||||
|
||||
Reference in New Issue
Block a user