forked from Mirrors/minio
CopyObject must preserve checksums and encrypt them if required (#21399)
This commit is contained in:
@@ -654,6 +654,7 @@ type objectAttributesChecksum struct {
|
||||
ChecksumSHA1 string `xml:",omitempty"`
|
||||
ChecksumSHA256 string `xml:",omitempty"`
|
||||
ChecksumCRC64NVME string `xml:",omitempty"`
|
||||
ChecksumType string `xml:",omitempty"`
|
||||
}
|
||||
|
||||
type objectAttributesParts struct {
|
||||
|
||||
Reference in New Issue
Block a user