fix(tiering): support UTF-8 metadata signing (#4969)

Co-authored-by: Zhengchao An <anzhengchao@gmail.com>
This commit is contained in:
cxymds
2026-07-17 19:03:13 +08:00
committed by GitHub
parent 7b2cc1f427
commit 1e14c05cf0
3 changed files with 93 additions and 12 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ const TIER_NAME: &str = "COLDTIER";
const TIER_BUCKET: &str = "ilm7-cold-tier";
const TIER_PREFIX: &str = "tiered";
const SOURCE_BUCKET: &str = "ilm7-hot";
const OBJECT_KEY: &str = "tier/report.bin";
const OBJECT_KEY: &str = "tier/鲁A12345/report.bin";
const CONTENT_TYPE: &str = "application/x-ilm7";
const USER_META_KEY: &str = "ilm7-origin";
const USER_META_VAL: &str = "hermetic-transition";