From d10382d0dcee9f01b1da2493dd37e58082c843df Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Sun, 6 Sep 2026 09:08:22 +0800 Subject: [PATCH] build: refresh rebrand compatibility baseline for the SSE-C replica helper The raw SSE-C seal headers moved from an inline slice in cmd/object-multipart-handlers.go to the shared isRawSSECReplica helper in cmd/replication-trust.go (already recorded), so regenerate the compat-baseline allowlist to drop the three stale object-multipart entries. No behaviour change; make rebrand-guard is green. Refs pgsty/silo#109 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01L7qJqWwy8oFA6aCXWRzXQe Signed-off-by: Feng Ruohang --- buildscripts/rebrand-guard/compat-baseline.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildscripts/rebrand-guard/compat-baseline.json b/buildscripts/rebrand-guard/compat-baseline.json index a7f89112a..84ee7a4bc 100644 --- a/buildscripts/rebrand-guard/compat-baseline.json +++ b/buildscripts/rebrand-guard/compat-baseline.json @@ -1061,9 +1061,6 @@ "cmd/object-handlers.go=\"minio-federated\"", "cmd/object-handlers.go=\"minio.metadata.\"", "cmd/object-handlers.go=\"minio.versionId\"", - "cmd/object-multipart-handlers.go=\"X-Minio-Replication-Server-Side-Encryption-Iv\"", - "cmd/object-multipart-handlers.go=\"X-Minio-Replication-Server-Side-Encryption-Seal-Algorithm\"", - "cmd/object-multipart-handlers.go=\"X-Minio-Replication-Server-Side-Encryption-Sealed-Key\"", "cmd/replication-trust.go=\"X-Minio-Replication-Encrypted-Multipart\"", "cmd/replication-trust.go=\"X-Minio-Replication-Server-Side-Encryption-Iv\"", "cmd/replication-trust.go=\"X-Minio-Replication-Server-Side-Encryption-Seal-Algorithm\"",