Closed
Description
I can't seem to delete non-empty buckets after updating to the latest versions of mc
and minio
.
Eg. mc rb --force --dangerous app/public
says Removed 'app/public' successfully
but when I do mb ls app
the bucket (and all its contents) is still there.
I'm running this as part of an automated script that I haven't changed. The only change I've made is updating the mc
and minio
binaries. Everything was working prior to the update.
PS. If the bucket is empty, deletion works as expected.