mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
when listing empty directory MinIO returns no contents while S3 returns 1 object with the key equal to the prefix. Make detection work in both cases Fixes #227