Question: How to forcefully delete a bucket #904

Open
opened 2024-11-19 13:31:25 +00:00 by empower592 · 2 comments

Hi,

I tried to find a way to force the deletion of a bucket (especially when there are still objects in it), but I can't find one.

Does it exist ?

Hi, I tried to find a way to force the deletion of a bucket (especially when there are still objects in it), but I can't find one. Does it exist ?
Owner

The common behavior on S3 implementations if to force the user to empty the bucket before deleting it. If you want to remove a bucket, you have to delete all files in it first.

The common behavior on S3 implementations if to force the user to empty the bucket before deleting it. If you want to remove a bucket, you have to delete all files in it first.
maximilien added the
scope
documentation
label 2024-11-19 22:33:20 +00:00
Author

Alright, thank you.

Is it possible to delete files without connecting to the bucket ? with the garage command ?
I’m running a lot of tests, and it’s quite annoying to have to delete the files from each bucket one by one...
However, I haven’t found any other way in the documentation or the code.

Alright, thank you. Is it possible to delete files without connecting to the bucket ? with the garage command ? I’m running a lot of tests, and it’s quite annoying to have to delete the files from each bucket one by one... However, I haven’t found any other way in the documentation or the code.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#904
No description provided.