mirror of
https://github.com/rclone/rclone.git
synced 2026-02-12 06:23:19 +00:00
docs: add data about each backend in YAML format
This commit is contained in:
16
docs/data/backends/alias.yaml
Normal file
16
docs/data/backends/alias.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: alias
|
||||
name: Alias
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: null
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
43
docs/data/backends/archive.yaml
Normal file
43
docs/data/backends/archive.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
backend: archive
|
||||
name: Archive
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestArchive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirMove
|
||||
- Move
|
||||
- OpenWriterAt
|
||||
- Overlay
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
- SetWrapper
|
||||
- UnWrap
|
||||
- UserMetadata
|
||||
- WrapFs
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- whirlpool
|
||||
- crc32
|
||||
- sha256
|
||||
- sha512
|
||||
- blake3
|
||||
- xxh3
|
||||
- xxh128
|
||||
- dropbox
|
||||
- hidrive
|
||||
- mailru
|
||||
- quickxor
|
||||
precision: 1000000000
|
||||
34
docs/data/backends/azureblob.yaml
Normal file
34
docs/data/backends/azureblob.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
backend: azureblob
|
||||
name: Azure Blob
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestAzureBlob:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- Copy
|
||||
- DoubleSlash
|
||||
- GetTier
|
||||
- ListP
|
||||
- ListR
|
||||
- OpenChunkWriter
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- ServerSideAcrossConfigs
|
||||
- SetTier
|
||||
- UserMetadata
|
||||
- WriteMetadata
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
30
docs/data/backends/azurefiles.yaml
Normal file
30
docs/data/backends/azurefiles.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
backend: azurefiles
|
||||
name: Azure Files
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestAzureFiles:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- Copy
|
||||
- DirMove
|
||||
- ListP
|
||||
- Move
|
||||
- OpenWriterAt
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- SlowHash
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
31
docs/data/backends/b2.yaml
Normal file
31
docs/data/backends/b2.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
backend: b2
|
||||
name: B2
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestB2:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- ChunkWriterDoesntSeek
|
||||
- CleanUp
|
||||
- Command
|
||||
- Copy
|
||||
- ListP
|
||||
- ListR
|
||||
- OpenChunkWriter
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- sha1
|
||||
precision: 1000000
|
||||
32
docs/data/backends/box.yaml
Normal file
32
docs/data/backends/box.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
backend: box
|
||||
name: Box
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestBox:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- ChangeNotify
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- ListP
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
- Shutdown
|
||||
hashes:
|
||||
- sha1
|
||||
precision: 1000000000
|
||||
40
docs/data/backends/cache.yaml
Normal file
40
docs/data/backends/cache.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
backend: cache
|
||||
name: Cache
|
||||
tier: Tier 5
|
||||
maintainers: None
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestCache:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Command
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- Overlay
|
||||
- PutStream
|
||||
- SetWrapper
|
||||
- UnWrap
|
||||
- WrapFs
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- whirlpool
|
||||
- crc32
|
||||
- sha256
|
||||
- sha512
|
||||
- blake3
|
||||
- xxh3
|
||||
- xxh128
|
||||
- dropbox
|
||||
- hidrive
|
||||
- mailru
|
||||
- quickxor
|
||||
precision: 1
|
||||
16
docs/data/backends/chunker.yaml
Normal file
16
docs/data/backends/chunker.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: chunker
|
||||
name: Chunker
|
||||
tier: Tier 4
|
||||
maintainers: None
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestChunkerLocal:'
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
18
docs/data/backends/cloudinary.yaml
Normal file
18
docs/data/backends/cloudinary.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
backend: cloudinary
|
||||
name: Cloudinary
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Failing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestCloudinary:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
hashes:
|
||||
- md5
|
||||
precision: 3153600000000000000
|
||||
49
docs/data/backends/combine.yaml
Normal file
49
docs/data/backends/combine.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
backend: combine
|
||||
name: Combine
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: TestCombine:dir1
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- ListP
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- OpenWriterAt
|
||||
- Overlay
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- SlowHash
|
||||
- UserDirMetadata
|
||||
- UserMetadata
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- whirlpool
|
||||
- crc32
|
||||
- sha256
|
||||
- sha512
|
||||
- blake3
|
||||
- xxh3
|
||||
- xxh128
|
||||
- dropbox
|
||||
- hidrive
|
||||
- mailru
|
||||
- quickxor
|
||||
precision: 1
|
||||
39
docs/data/backends/compress.yaml
Normal file
39
docs/data/backends/compress.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
backend: compress
|
||||
name: Compress
|
||||
tier: Tier 4
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Failing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestCompress:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- ListP
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- Overlay
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- SetWrapper
|
||||
- UnWrap
|
||||
- UserDirMetadata
|
||||
- UserMetadata
|
||||
- WrapFs
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
16
docs/data/backends/crypt.yaml
Normal file
16
docs/data/backends/crypt.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: crypt
|
||||
name: Crypt
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestCryptLocal:'
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
16
docs/data/backends/doi.yaml
Normal file
16
docs/data/backends/doi.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: doi
|
||||
name: Doi
|
||||
tier: Tier 2
|
||||
maintainers: External
|
||||
features_score: 0
|
||||
integration_tests: N/A
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: null
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
27
docs/data/backends/drime.yaml
Normal file
27
docs/data/backends/drime.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: drime
|
||||
name: Drime
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: High
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestDrime:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- OpenChunkWriter
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
48
docs/data/backends/drive.yaml
Normal file
48
docs/data/backends/drive.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
backend: drive
|
||||
name: Drive
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestDrive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- ChangeNotify
|
||||
- CleanUp
|
||||
- Command
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- DuplicateFiles
|
||||
- FilterAware
|
||||
- ListP
|
||||
- ListR
|
||||
- MergeDirs
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- UserDirMetadata
|
||||
- UserMetadata
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- sha256
|
||||
precision: 1000000
|
||||
29
docs/data/backends/dropbox.yaml
Normal file
29
docs/data/backends/dropbox.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
backend: dropbox
|
||||
name: Dropbox
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestDropbox:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- ChangeNotify
|
||||
- Copy
|
||||
- DirMove
|
||||
- ListP
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- Shutdown
|
||||
hashes:
|
||||
- dropbox
|
||||
precision: 1000000000
|
||||
26
docs/data/backends/fichier.yaml
Normal file
26
docs/data/backends/fichier.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
backend: fichier
|
||||
name: Fichier
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 2
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestFichier:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirMove
|
||||
- DuplicateFiles
|
||||
- Move
|
||||
- PublicLink
|
||||
- PutUnchecked
|
||||
- ReadMimeType
|
||||
hashes:
|
||||
- whirlpool
|
||||
precision: 3153600000000000000
|
||||
26
docs/data/backends/filefabric.yaml
Normal file
26
docs/data/backends/filefabric.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
backend: filefabric
|
||||
name: Filefabric
|
||||
tier: Tier 4
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Failing
|
||||
data_integrity: Modtime
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestFileFabric:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- Purge
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes: []
|
||||
precision: 1000000000
|
||||
21
docs/data/backends/filelu.yaml
Normal file
21
docs/data/backends/filelu.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
backend: filelu
|
||||
name: Filelu
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 1
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestFileLu:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Move
|
||||
- Purge
|
||||
- SlowHash
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
29
docs/data/backends/filen.yaml
Normal file
29
docs/data/backends/filen.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
backend: filen
|
||||
name: Filen
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestFilen:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- ChunkWriterDoesntSeek
|
||||
- CleanUp
|
||||
- DirMove
|
||||
- ListR
|
||||
- Move
|
||||
- OpenChunkWriter
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- blake3
|
||||
precision: 1000000
|
||||
29
docs/data/backends/filescom.yaml
Normal file
29
docs/data/backends/filescom.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
backend: filescom
|
||||
name: Filescom
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestFilesCom:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- Copy
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
hashes:
|
||||
- md5
|
||||
- crc32
|
||||
precision: 1000000000
|
||||
22
docs/data/backends/ftp.yaml
Normal file
22
docs/data/backends/ftp.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
backend: ftp
|
||||
name: FTP
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Modtime
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: Varies
|
||||
virtual: false
|
||||
remote: 'TestFTPProftpd:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- DirMove
|
||||
- Move
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- Shutdown
|
||||
hashes: []
|
||||
precision: 1000000000
|
||||
34
docs/data/backends/gofile.yaml
Normal file
34
docs/data/backends/gofile.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
backend: gofile
|
||||
name: Gofile
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestGoFile:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- DuplicateFiles
|
||||
- ListR
|
||||
- MergeDirs
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
- ReadMimeType
|
||||
- WriteDirSetModTime
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
26
docs/data/backends/googlecloudstorage.yaml
Normal file
26
docs/data/backends/googlecloudstorage.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
backend: googlecloudstorage
|
||||
name: Google Cloud Storage
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestGoogleCloudStorage:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- ListP
|
||||
- ListR
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
20
docs/data/backends/googlephotos.yaml
Normal file
20
docs/data/backends/googlephotos.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
backend: googlephotos
|
||||
name: Google Photos
|
||||
tier: Tier 5
|
||||
maintainers: None
|
||||
features_score: 0
|
||||
integration_tests: Failing
|
||||
data_integrity: Other
|
||||
performance: Low
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestGooglePhotos:'
|
||||
features:
|
||||
- Disconnect
|
||||
- ReadMimeType
|
||||
- Shutdown
|
||||
- UserInfo
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
16
docs/data/backends/hasher.yaml
Normal file
16
docs/data/backends/hasher.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: hasher
|
||||
name: Hasher
|
||||
tier: Tier 4
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: null
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
22
docs/data/backends/hdfs.yaml
Normal file
22
docs/data/backends/hdfs.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
backend: hdfs
|
||||
name: HDFS
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Modtime
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestHdfs:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirMove
|
||||
- Move
|
||||
- Purge
|
||||
- PutStream
|
||||
hashes: []
|
||||
precision: 1000000000
|
||||
25
docs/data/backends/hidrive.yaml
Normal file
25
docs/data/backends/hidrive.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: hidrive
|
||||
name: Hidrive
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestHiDrive:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirMove
|
||||
- Move
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
- Shutdown
|
||||
hashes:
|
||||
- hidrive
|
||||
precision: 1000000000
|
||||
20
docs/data/backends/http.yaml
Normal file
20
docs/data/backends/http.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
backend: http
|
||||
name: HTTP
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 0
|
||||
integration_tests: N/A
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: Varies
|
||||
virtual: false
|
||||
remote: ':http,url=''http://downloads.rclone.org'':'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- Command
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
hashes: []
|
||||
precision: 1000000000
|
||||
16
docs/data/backends/iclouddrive.yaml
Normal file
16
docs/data/backends/iclouddrive.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
backend: iclouddrive
|
||||
name: Iclouddrive
|
||||
tier: Tier 4
|
||||
maintainers: External
|
||||
features_score: 3
|
||||
integration_tests: Flaky
|
||||
data_integrity: Modtime
|
||||
performance: Low
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestICloudDrive:'
|
||||
features: null
|
||||
hashes: null
|
||||
precision: null
|
||||
23
docs/data/backends/imagekit.yaml
Normal file
23
docs/data/backends/imagekit.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
backend: imagekit
|
||||
name: Imagekit
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 0
|
||||
integration_tests: Passing
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestImageKit:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- FilterAware
|
||||
- PublicLink
|
||||
- Purge
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- SlowHash
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
28
docs/data/backends/internetarchive.yaml
Normal file
28
docs/data/backends/internetarchive.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
backend: internetarchive
|
||||
name: Internet Archive
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Failing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: TestIA:rclone-integration-test
|
||||
features:
|
||||
- About
|
||||
- BucketBased
|
||||
- CleanUp
|
||||
- Copy
|
||||
- ListR
|
||||
- PublicLink
|
||||
- ReadMetadata
|
||||
- UserMetadata
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- crc32
|
||||
precision: 1
|
||||
19
docs/data/backends/internxt.yaml
Normal file
19
docs/data/backends/internxt.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
backend: internxt
|
||||
name: Internxt
|
||||
tier: Tier 2
|
||||
maintainers: External
|
||||
features_score: 0
|
||||
integration_tests: Passing
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestInternxt:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Shutdown
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
32
docs/data/backends/jottacloud.yaml
Normal file
32
docs/data/backends/jottacloud.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
backend: jottacloud
|
||||
name: Jottacloud
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Flaky
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestJottacloud:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirMove
|
||||
- ListR
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- Shutdown
|
||||
- UserInfo
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
25
docs/data/backends/koofr.yaml
Normal file
25
docs/data/backends/koofr.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: koofr
|
||||
name: Koofr
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestKoofr:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- Copy
|
||||
- DirMove
|
||||
- Move
|
||||
- PublicLink
|
||||
- PutStream
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000
|
||||
20
docs/data/backends/linkbox.yaml
Normal file
20
docs/data/backends/linkbox.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
backend: linkbox
|
||||
name: Linkbox
|
||||
tier: Tier 5
|
||||
maintainers: Core
|
||||
features_score: 2
|
||||
integration_tests: Failing
|
||||
data_integrity: Modtime
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Basic
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestLinkbox:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- DirCacheFlush
|
||||
- Purge
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
50
docs/data/backends/local.yaml
Normal file
50
docs/data/backends/local.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
backend: local
|
||||
name: Local
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: .
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Command
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- FilterAware
|
||||
- IsLocal
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- OpenWriterAt
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- SlowHash
|
||||
- UserDirMetadata
|
||||
- UserMetadata
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- whirlpool
|
||||
- crc32
|
||||
- sha256
|
||||
- sha512
|
||||
- blake3
|
||||
- xxh3
|
||||
- xxh128
|
||||
- dropbox
|
||||
- hidrive
|
||||
- mailru
|
||||
- quickxor
|
||||
precision: 1
|
||||
27
docs/data/backends/mailru.yaml
Normal file
27
docs/data/backends/mailru.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: mailru
|
||||
name: Mailru
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestMailru:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirMove
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- ServerSideAcrossConfigs
|
||||
hashes:
|
||||
- mailru
|
||||
precision: 1000000000
|
||||
27
docs/data/backends/mega.yaml
Normal file
27
docs/data/backends/mega.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: mega
|
||||
name: Mega
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Flaky
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestMega:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- DuplicateFiles
|
||||
- MergeDirs
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutUnchecked
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
25
docs/data/backends/memory.yaml
Normal file
25
docs/data/backends/memory.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: memory
|
||||
name: Memory
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: ':memory:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- Copy
|
||||
- ListP
|
||||
- ListR
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
22
docs/data/backends/netstorage.yaml
Normal file
22
docs/data/backends/netstorage.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
backend: netstorage
|
||||
name: Netstorage
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestnStorage:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- Command
|
||||
- ListR
|
||||
- Purge
|
||||
- PutStream
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
38
docs/data/backends/onedrive.yaml
Normal file
38
docs/data/backends/onedrive.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
backend: onedrive
|
||||
name: Onedrive
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Flaky
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestOneDrive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- ChangeNotify
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- ListP
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- Shutdown
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- quickxor
|
||||
precision: 1000000000
|
||||
25
docs/data/backends/opendrive.yaml
Normal file
25
docs/data/backends/opendrive.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: opendrive
|
||||
name: Opendrive
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestOpenDrive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- Purge
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
32
docs/data/backends/oracleobjectstorage.yaml
Normal file
32
docs/data/backends/oracleobjectstorage.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
backend: oracleobjectstorage
|
||||
name: Oracle Object Storage
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 6
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestOracleObjectStorage:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- CleanUp
|
||||
- Command
|
||||
- Copy
|
||||
- GetTier
|
||||
- ListP
|
||||
- ListR
|
||||
- OpenChunkWriter
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- SetTier
|
||||
- SlowModTime
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000
|
||||
31
docs/data/backends/pcloud.yaml
Normal file
31
docs/data/backends/pcloud.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
backend: pcloud
|
||||
name: Pcloud
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestPcloud:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- ChangeNotify
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- ListP
|
||||
- ListR
|
||||
- Move
|
||||
- PartialUploads
|
||||
- PublicLink
|
||||
- Purge
|
||||
- Shutdown
|
||||
hashes:
|
||||
- sha1
|
||||
- sha256
|
||||
precision: 1000000000
|
||||
30
docs/data/backends/pikpak.yaml
Normal file
30
docs/data/backends/pikpak.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
backend: pikpak
|
||||
name: Pikpak
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestPikPak:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- Command
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- NoMultiThreading
|
||||
- PublicLink
|
||||
- Purge
|
||||
- ReadMimeType
|
||||
- UserInfo
|
||||
hashes:
|
||||
- md5
|
||||
precision: 3153600000000000000
|
||||
29
docs/data/backends/pixeldrain.yaml
Normal file
29
docs/data/backends/pixeldrain.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
backend: pixeldrain
|
||||
name: Pixeldrain
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestPixeldrain:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- ChangeNotify
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- sha256
|
||||
precision: 1000000
|
||||
27
docs/data/backends/premiumizeme.yaml
Normal file
27
docs/data/backends/premiumizeme.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: premiumizeme
|
||||
name: Premiumizeme
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 2
|
||||
integration_tests: Passing
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestPremiumizeMe:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutUnchecked
|
||||
- ReadMimeType
|
||||
- Shutdown
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
27
docs/data/backends/protondrive.yaml
Normal file
27
docs/data/backends/protondrive.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: protondrive
|
||||
name: Proton Drive
|
||||
tier: Tier 5
|
||||
maintainers: None
|
||||
features_score: 4
|
||||
integration_tests: Failing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestProtonDrive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Disconnect
|
||||
- Move
|
||||
- NoMultiThreading
|
||||
- Purge
|
||||
- ReadMimeType
|
||||
hashes:
|
||||
- sha1
|
||||
precision: 1000000000
|
||||
28
docs/data/backends/putio.yaml
Normal file
28
docs/data/backends/putio.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
backend: putio
|
||||
name: Putio
|
||||
tier: Tier 2
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Flaky
|
||||
data_integrity: Hash
|
||||
performance: Low
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestPutio:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- DuplicateFiles
|
||||
- Move
|
||||
- Purge
|
||||
- PutUnchecked
|
||||
- ReadMimeType
|
||||
hashes:
|
||||
- crc32
|
||||
precision: 1000000000
|
||||
25
docs/data/backends/qingstor.yaml
Normal file
25
docs/data/backends/qingstor.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: qingstor
|
||||
name: Qingstor
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Disabled
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestQingStor:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- CleanUp
|
||||
- Copy
|
||||
- ListR
|
||||
- ReadMimeType
|
||||
- SlowModTime
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 3153600000000000000
|
||||
24
docs/data/backends/quatrix.yaml
Normal file
24
docs/data/backends/quatrix.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
backend: quatrix
|
||||
name: Quatrix
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestQuatrix:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- PartialUploads
|
||||
- Purge
|
||||
hashes: []
|
||||
precision: 1000
|
||||
37
docs/data/backends/s3.yaml
Normal file
37
docs/data/backends/s3.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
backend: s3
|
||||
name: S3
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestS3:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- CleanUp
|
||||
- Command
|
||||
- Copy
|
||||
- DoubleSlash
|
||||
- GetTier
|
||||
- ListP
|
||||
- ListR
|
||||
- OpenChunkWriter
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- SetTier
|
||||
- SlowModTime
|
||||
- UserMetadata
|
||||
- WriteMetadata
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
28
docs/data/backends/seafile.yaml
Normal file
28
docs/data/backends/seafile.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
backend: seafile
|
||||
name: Seafile
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Failing
|
||||
data_integrity: Other
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Basic
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestSeafile:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirMove
|
||||
- ListR
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- Shutdown
|
||||
- UserInfo
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
29
docs/data/backends/sftp.yaml
Normal file
29
docs/data/backends/sftp.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
backend: sftp
|
||||
name: SFTP
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestSFTPOpenssh:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- Move
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- Shutdown
|
||||
- SlowHash
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
precision: 1000000000
|
||||
20
docs/data/backends/shade.yaml
Normal file
20
docs/data/backends/shade.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
backend: shade
|
||||
name: Shade
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 0
|
||||
integration_tests: Passing
|
||||
data_integrity: Other
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestShade:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- DirMove
|
||||
- Move
|
||||
- OpenChunkWriter
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
17
docs/data/backends/sharefile.yaml
Normal file
17
docs/data/backends/sharefile.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
backend: sharefile
|
||||
name: Sharefile
|
||||
tier: Tier 5
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Disabled
|
||||
data_integrity: Modtime
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestSharefile:'
|
||||
features: null
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1000000000
|
||||
18
docs/data/backends/sia.yaml
Normal file
18
docs/data/backends/sia.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
backend: sia
|
||||
name: Sia
|
||||
tier: Tier 4
|
||||
maintainers: Core
|
||||
features_score: 1
|
||||
integration_tests: Failing
|
||||
data_integrity: Other
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestSia:'
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- PutStream
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
26
docs/data/backends/smb.yaml
Normal file
26
docs/data/backends/smb.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
backend: smb
|
||||
name: SMB
|
||||
tier: Tier 2
|
||||
maintainers: External
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Modtime
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: TestSMB:rclone
|
||||
features:
|
||||
- About
|
||||
- BucketBased
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- DirMove
|
||||
- Move
|
||||
- OpenWriterAt
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- Shutdown
|
||||
hashes: []
|
||||
precision: 1000000
|
||||
24
docs/data/backends/storj.yaml
Normal file
24
docs/data/backends/storj.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
backend: storj
|
||||
name: Storj
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Modtime
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestStorj:'
|
||||
features:
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- Copy
|
||||
- ListR
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
hashes: []
|
||||
precision: 1
|
||||
26
docs/data/backends/sugarsync.yaml
Normal file
26
docs/data/backends/sugarsync.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
backend: sugarsync
|
||||
name: Sugarsync
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Passing
|
||||
data_integrity: Other
|
||||
performance: Medium
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: TestSugarSync:Test
|
||||
features:
|
||||
- CanHaveEmptyDirectories
|
||||
- CaseInsensitive
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- PutUnchecked
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
28
docs/data/backends/swift.yaml
Normal file
28
docs/data/backends/swift.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
backend: swift
|
||||
name: Swift
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestSwiftAIO:'
|
||||
features:
|
||||
- About
|
||||
- BucketBased
|
||||
- BucketBasedRootOK
|
||||
- Copy
|
||||
- ListP
|
||||
- ListR
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
- SlowModTime
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
25
docs/data/backends/ulozto.yaml
Normal file
25
docs/data/backends/ulozto.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
backend: ulozto
|
||||
name: Ulozto
|
||||
tier: Tier 3
|
||||
maintainers: Core
|
||||
features_score: 3
|
||||
integration_tests: Failing
|
||||
data_integrity: Hash
|
||||
performance: Medium
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestUlozto:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- DuplicateFiles
|
||||
- Move
|
||||
- PutUnchecked
|
||||
hashes:
|
||||
- md5
|
||||
- sha256
|
||||
precision: 1000
|
||||
47
docs/data/backends/union.yaml
Normal file
47
docs/data/backends/union.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
backend: union
|
||||
name: Union
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 7
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: true
|
||||
remote: 'TestUnion:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- DirModTimeUpdatesOnWrite
|
||||
- DirMove
|
||||
- DirSetModTime
|
||||
- MkdirMetadata
|
||||
- Move
|
||||
- Overlay
|
||||
- PartialUploads
|
||||
- PutStream
|
||||
- ReadDirMetadata
|
||||
- ReadMetadata
|
||||
- SlowHash
|
||||
- UserDirMetadata
|
||||
- UserMetadata
|
||||
- WriteDirMetadata
|
||||
- WriteDirSetModTime
|
||||
- WriteMetadata
|
||||
hashes:
|
||||
- md5
|
||||
- sha1
|
||||
- whirlpool
|
||||
- crc32
|
||||
- sha256
|
||||
- sha512
|
||||
- blake3
|
||||
- xxh3
|
||||
- xxh128
|
||||
- dropbox
|
||||
- hidrive
|
||||
- mailru
|
||||
- quickxor
|
||||
precision: 1
|
||||
24
docs/data/backends/webdav.yaml
Normal file
24
docs/data/backends/webdav.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
backend: webdav
|
||||
name: WebDAV
|
||||
tier: Tier 1
|
||||
maintainers: Core
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: Low
|
||||
adoption: Widely used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestWebdavNextcloud:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirMove
|
||||
- ListP
|
||||
- Move
|
||||
- Purge
|
||||
hashes:
|
||||
- sha1
|
||||
precision: 1000000000
|
||||
27
docs/data/backends/yandex.yaml
Normal file
27
docs/data/backends/yandex.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
backend: yandex
|
||||
name: Yandex
|
||||
tier: Tier 1
|
||||
maintainers: External
|
||||
features_score: 5
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestYandex:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirMove
|
||||
- Move
|
||||
- PublicLink
|
||||
- Purge
|
||||
- PutStream
|
||||
- ReadMimeType
|
||||
hashes:
|
||||
- md5
|
||||
precision: 1
|
||||
23
docs/data/backends/zoho.yaml
Normal file
23
docs/data/backends/zoho.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
backend: zoho
|
||||
name: Zoho
|
||||
tier: Tier 3
|
||||
maintainers: External
|
||||
features_score: 2
|
||||
integration_tests: Failing
|
||||
data_integrity: Other
|
||||
performance: Medium
|
||||
adoption: Often used
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestZoho:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Move
|
||||
- Purge
|
||||
hashes: []
|
||||
precision: 3153600000000000000
|
||||
Reference in New Issue
Block a user