mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
fix: encrypt checksums in metadata (#15620)
This commit is contained in:
@@ -78,6 +78,9 @@ type ObjectOptions struct {
|
||||
// Use the maximum parity (N/2), used when saving server configuration files
|
||||
MaxParity bool
|
||||
|
||||
// Provides a per object encryption function, allowing metadata encryption.
|
||||
EncryptFn objectMetaEncryptFn
|
||||
|
||||
// SkipDecommissioned set to 'true' if the call requires skipping the pool being decommissioned.
|
||||
// mainly set for certain WRITE operations.
|
||||
SkipDecommissioned bool
|
||||
|
||||
Reference in New Issue
Block a user