mc rb --force --dangerous
says bucket deletion successful, but bucket remains
#4865
Labels
mc rb --force --dangerous
says bucket deletion successful, but bucket remains
#4865
I can't seem to delete non-empty buckets after updating to the latest versions of
mc
andminio
.Eg.
mc rb --force --dangerous app/public
saysRemoved 'app/public' successfully
but when I domb 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
andminio
binaries. Everything was working prior to the update.PS. If the bucket is empty, deletion works as expected.
The text was updated successfully, but these errors were encountered: