mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
support CRC32 Checksums on single drive setup (#15873)
This commit is contained in:
@@ -1103,7 +1103,7 @@ func (er erasureObjects) CompleteMultipartUpload(ctx context.Context, bucket str
|
||||
PartNumber: part.PartNumber,
|
||||
}
|
||||
}
|
||||
checksumCombined = append(checksumCombined, cs.Raw()...)
|
||||
checksumCombined = append(checksumCombined, cs.Raw...)
|
||||
}
|
||||
|
||||
// All parts except the last part has to be at least 5MB.
|
||||
|
||||
Reference in New Issue
Block a user