Skip to content

Commit 45eb93c

Browse files
committed
docs: add missing Huawei Drive docs
1 parent 18899a5 commit 45eb93c

7 files changed

Lines changed: 42 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ directories to and from different cloud storage providers.
6262
- Hitachi Content Platform (HCP) [:page_facing_up:](https://rclone.org/s3/#hcp)
6363
- HTTP [:page_facing_up:](https://rclone.org/http/)
6464
- Huawei Cloud Object Storage Service(OBS) [:page_facing_up:](https://rclone.org/s3/#huawei-obs)
65+
- Huawei Drive [:page_facing_up:](https://rclone.org/huaweidrive/)
6566
- iCloud Drive [:page_facing_up:](https://rclone.org/iclouddrive/)
6667
- ImageKit [:page_facing_up:](https://rclone.org/imagekit/)
6768
- Internet Archive [:page_facing_up:](https://rclone.org/internetarchive/)

bin/make_manual.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"drive.md",
5757
"googlephotos.md",
5858
"hasher.md",
59+
"huaweidrive.md",
5960
"hdfs.md",
6061
"hidrive.md",
6162
"http.md",
@@ -135,6 +136,7 @@
135136
"privacy.md",
136137
"sponsor.md",
137138
"amazonclouddrive.md",
139+
"backends.md", # Makes JSON confusingly
138140
]
139141

140142
def read_doc(doc):

docs/content/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ WebDAV or S3, that work out of the box.)
151151
{{< provider name="HiDrive" home="https://www.strato.de/cloud-speicher/" config="/hidrive/" >}}
152152
{{< provider name="Hitachi Content Platform (HCP)" home="https://www.hitachivantara.com/en-us/products/storage/content-platform.html" config="/s3/#hcp" >}}
153153
{{< provider name="HTTP" home="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" config="/http/" >}}
154+
{{< provider name="Huawei Drive" home="https://cloud.huawei.com/" config="/huaweidrive/" >}}
154155
{{< provider name="Huawei OBS" home="https://www.huaweicloud.com/intl/en-us/product/obs.html" config="/s3/#huawei-obs" >}}
155156
{{< provider name="iCloud Drive" home="https://icloud.com/" config="/iclouddrive/" >}}
156157
{{< provider name="ImageKit" home="https://imagekit.io" config="/imagekit/" >}}

docs/content/docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ See the following for detailed instructions for
5959
- [Hetzner Storage Box](/sftp/#hetzner-storage-box)
6060
- [HiDrive](/hidrive/)
6161
- [HTTP](/http/)
62+
- [Huawei Drive](/huaweidrive/)
6263
- [iCloud Drive](/iclouddrive/)
6364
- [Internet Archive](/internetarchive/)
6465
- [Internxt](/internxt/)

docs/content/huaweidrive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Rclone docs for Huawei Drive"
44
versionIntroduced: "v1.74"
55
---
66

7-
# {{< icon "fas fa-cloud" >}} Huawei Drive
7+
# Huawei Drive
88

99
Paths are specified as `huaweidrive:path`
1010

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
backend: Huaweidrive
2+
name: Huaweidrive
3+
tier: Tier 3
4+
maintainers: External
5+
features_score: 4
6+
integration_tests: Passing
7+
data_integrity: Hash
8+
performance: High
9+
adoption: Some use
10+
docs: Full
11+
security: High
12+
virtual: false
13+
remote: 'TestHuaweiDrive:'
14+
features:
15+
- About
16+
- CanHaveEmptyDirectories
17+
- ChangeNotify
18+
- CleanUp
19+
- Copy
20+
- DirCacheFlush
21+
- DirMove
22+
- Disconnect
23+
- ListR
24+
- Move
25+
- Purge
26+
- PutUnchecked
27+
- ReadMetadata
28+
- ReadMimeType
29+
- UserInfo
30+
- UserMetadata
31+
- WriteMetadata
32+
- WriteMimeType
33+
hashes:
34+
- sha256
35+
precision: 3153600000000000000

docs/layouts/chrome/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<a class="dropdown-item" href="/hdfs/">HDFS (Hadoop Distributed Filesystem)</a>
8888
<a class="dropdown-item" href="/hidrive/">HiDrive</a>
8989
<a class="dropdown-item" href="/http/">HTTP</a>
90+
<a class="dropdown-item" href="/huaweidrive/">Huawei Drive</a>
9091
<a class="dropdown-item" href="/iclouddrive/">iCloud Drive</a>
9192
<a class="dropdown-item" href="/imagekit/">ImageKit</a>
9293
<a class="dropdown-item" href="/internetarchive/">Internet Archive</a>

0 commit comments

Comments
 (0)