Skip to content

Can't delete empty folders #19516

Closed Answered by klauspost
nicolamori asked this question in Q&A
Apr 16, 2024 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

First of all, upgrade your minio server. We do not provide support on old releases - and this seems quite old.

Second. You can't do mcli rm on prefixes. documents-snapshots/data_2024-02-23 is a prefix and not an object. Directories does not exist - but you can create objects that look like a directory. You will need to do mcli rm -r -versions the very least, which will remove all objects with that prefix.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@vipurkumar
Comment options

Comment options

You must be logged in to vote
1 reply
@klauspost
Comment options

Answer selected by nicolamori
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants