mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Fix replication checksum transfer (#19906)
Compression will be disabled by default if SSE-C is specified. So we can still honor SSE-C.
This commit is contained in:
@@ -77,7 +77,7 @@ const (
|
||||
ObjectLockLegalHoldTimestamp = "objectlock-legalhold-timestamp"
|
||||
|
||||
// ReplicationSsecChecksumHeader - the encrypted checksum of the SSE-C encrypted object.
|
||||
ReplicationSsecChecksumHeader = ReservedMetadataPrefix + "Ssec-Crc"
|
||||
ReplicationSsecChecksumHeader = "X-Minio-Replication-Ssec-Crc"
|
||||
)
|
||||
|
||||
// gets replication config associated to a given bucket name.
|
||||
|
||||
Reference in New Issue
Block a user