mirror of
https://github.com/minio/minio.git
synced 2025-02-26 04:49:16 -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().