mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
ba7a55c321
For files less than 'dataBlocks', erasure encoding would fail with short data due to a bug in the implementation itself. Relax the error return, even a single byte can be properly erasure coded without issues. Fixes #1413