mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
5934a00058
listObjects was returning inconsistent results, i.e missing entries during recursive and non-recursive listing. This led to 'mc mirror' copying contents repeatedly consisdering these files to be missing on the destination. This patch addresses this problem - fixes #1056