Fix rclone CopyObject SignatureDoesNotMatch caused by internal metadata leaking as X-Amz-Meta headers

This commit is contained in:
2026-02-26 21:39:43 +08:00
parent 5003514a3d
commit 27aef84311
3 changed files with 17 additions and 20 deletions

View File

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