Skip to content

Commit 16726ed

Browse files
author
yang.zhao
committed
fix len
1 parent 880a567 commit 16726ed

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,20 @@
1919
# Rclone (Custom Fork with Baidu Backend Optimization)
2020

2121
> [!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
29+
uploading terabyte-sized files.
30+
- **Rapid Upload (秒传) Support**: Automatically calculates MD5, Slice-MD5,
31+
and CRC32 to instantly upload files already present on Baidu servers.
32+
- **Pipe/Stream Friendly**: Fully supports uploading from standard input or
33+
pipes without temporary files.
34+
- **Docker GHCR Integration**: Automated CI pushes multi-arch images directly
35+
to GitHub Container Registry (`ghcr.io/qingmuhy744/rclone`).
2936

3037
---
3138

0 commit comments

Comments
 (0)