mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-19 17:15:19 +00: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