mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -04:00
docs: add missing Huawei Drive docs
This commit is contained in:
@@ -151,6 +151,7 @@ WebDAV or S3, that work out of the box.)
|
||||
{{< provider name="HiDrive" home="https://www.strato.de/cloud-speicher/" config="/hidrive/" >}}
|
||||
{{< provider name="Hitachi Content Platform (HCP)" home="https://www.hitachivantara.com/en-us/products/storage/content-platform.html" config="/s3/#hcp" >}}
|
||||
{{< provider name="HTTP" home="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" config="/http/" >}}
|
||||
{{< provider name="Huawei Drive" home="https://cloud.huawei.com/" config="/huaweidrive/" >}}
|
||||
{{< provider name="Huawei OBS" home="https://www.huaweicloud.com/intl/en-us/product/obs.html" config="/s3/#huawei-obs" >}}
|
||||
{{< provider name="iCloud Drive" home="https://icloud.com/" config="/iclouddrive/" >}}
|
||||
{{< provider name="ImageKit" home="https://imagekit.io" config="/imagekit/" >}}
|
||||
|
||||
@@ -59,6 +59,7 @@ See the following for detailed instructions for
|
||||
- [Hetzner Storage Box](/sftp/#hetzner-storage-box)
|
||||
- [HiDrive](/hidrive/)
|
||||
- [HTTP](/http/)
|
||||
- [Huawei Drive](/huaweidrive/)
|
||||
- [iCloud Drive](/iclouddrive/)
|
||||
- [Internet Archive](/internetarchive/)
|
||||
- [Internxt](/internxt/)
|
||||
|
||||
@@ -4,7 +4,7 @@ description: "Rclone docs for Huawei Drive"
|
||||
versionIntroduced: "v1.74"
|
||||
---
|
||||
|
||||
# {{< icon "fas fa-cloud" >}} Huawei Drive
|
||||
# Huawei Drive
|
||||
|
||||
Paths are specified as `huaweidrive:path`
|
||||
|
||||
|
||||
35
docs/data/backends/huaweidrive.yaml
Normal file
35
docs/data/backends/huaweidrive.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
backend: Huaweidrive
|
||||
name: Huaweidrive
|
||||
tier: Tier 3
|
||||
maintainers: External
|
||||
features_score: 4
|
||||
integration_tests: Passing
|
||||
data_integrity: Hash
|
||||
performance: High
|
||||
adoption: Some use
|
||||
docs: Full
|
||||
security: High
|
||||
virtual: false
|
||||
remote: 'TestHuaweiDrive:'
|
||||
features:
|
||||
- About
|
||||
- CanHaveEmptyDirectories
|
||||
- ChangeNotify
|
||||
- CleanUp
|
||||
- Copy
|
||||
- DirCacheFlush
|
||||
- DirMove
|
||||
- Disconnect
|
||||
- ListR
|
||||
- Move
|
||||
- Purge
|
||||
- PutUnchecked
|
||||
- ReadMetadata
|
||||
- ReadMimeType
|
||||
- UserInfo
|
||||
- UserMetadata
|
||||
- WriteMetadata
|
||||
- WriteMimeType
|
||||
hashes:
|
||||
- sha256
|
||||
precision: 3153600000000000000
|
||||
@@ -87,6 +87,7 @@
|
||||
<a class="dropdown-item" href="/hdfs/">HDFS (Hadoop Distributed Filesystem)</a>
|
||||
<a class="dropdown-item" href="/hidrive/">HiDrive</a>
|
||||
<a class="dropdown-item" href="/http/">HTTP</a>
|
||||
<a class="dropdown-item" href="/huaweidrive/">Huawei Drive</a>
|
||||
<a class="dropdown-item" href="/iclouddrive/">iCloud Drive</a>
|
||||
<a class="dropdown-item" href="/imagekit/">ImageKit</a>
|
||||
<a class="dropdown-item" href="/internetarchive/">Internet Archive</a>
|
||||
|
||||
Reference in New Issue
Block a user