mirror of
https://github.com/pgsty/minio.git
synced 2026-03-17 23:41:10 +01:00
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