Reduce CPU usage on heavy uploads: skip SHA256 body hashing in SigV4, use Rust md5_file post-write instead of per-chunk _HashingReader

This commit is contained in:
2026-02-27 21:57:13 +08:00
parent dfc0058d0d
commit 3827235232
3 changed files with 30 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.3.3"
APP_VERSION = "0.3.4"
def get_version() -> str: