mirror of
https://github.com/minio/minio.git
synced 2025-02-05 18:58:08 -05: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.