mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03: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