You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,20 @@
19
19
# Rclone (Custom Fork with Baidu Backend Optimization)
20
20
21
21
> [!IMPORTANT]
22
-
> This is a customized fork of [rclone](https://github.com/rclone/rclone) maintained for optimized **Baidu Netdisk (BaiduYun)** support.
23
-
24
-
### Key Enhancements in this Fork:
25
-
-**Bypy-style Streaming Upload**: Re-implemented the Baidu upload logic to use in-memory chunking. Enjoy **zero additional disk overhead** even when uploading terabyte-sized files.
26
-
-**Rapid Upload (秒传) Support**: Automatically calculates MD5, Slice-MD5, and CRC32 to instantly upload files already present on Baidu servers.
27
-
-**Pipe/Stream Friendly**: Fully supports uploading from standard input or pipes without temporary files.
28
-
-**Docker GHCR Integration**: Automated CI pushes multi-arch images directly to GitHub Container Registry (`ghcr.io/qingmuhy744/rclone`).
22
+
> This is a customized fork of [rclone](https://github.com/rclone/rclone)
23
+
> maintained for optimized **Baidu Netdisk (BaiduYun)** support.
24
+
25
+
## Key Enhancements in this Fork
26
+
27
+
-**Bypy-style Streaming Upload**: Re-implemented the Baidu upload logic to
28
+
use in-memory chunking. Enjoy **zero additional disk overhead** even when
0 commit comments