mirror of
https://github.com/pgsty/minio.git
synced 2026-03-13 14:43:43 +01:00
Use a single allocation for reading the file, not the growing buffer of `io.ReadAll`. Reuse the write buffer if we can when writing metadata in RenameData.