mirror of
https://github.com/pgsty/minio.git
synced 2026-09-05 18:16:16 +03:00
7fea6d5a5f
Accept checksum-enabled UploadPart and UploadPartCopy requests when clients omit optional per-part checksum headers. Compute over the logical plaintext stream, persist the result, and return it from CopyPartResult while preserving client checksum validation.\n\nRefs #46; follow-ups #63 and #64 remain out of scope.