mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
As os.Readdir() is used get file entries where statinfo is already present. This patch fixes to use statinfo provided by os.Readdir().
As os.Readdir() is used get file entries where statinfo is already present. This patch fixes to use statinfo provided by os.Readdir().