Support forced bucket removal #31

Closed
opened 2023-02-15 14:53:40 +00:00 by alexvanin · 3 comments
alexvanin commented 2023-02-15 14:53:40 +00:00 (Migrated from github.com)

S3 API restricts bucket removal while it contains objects. FrostFS, however, can delete container at any time, making all objects unavailable and removed by GC sooner or later.

As the product extension, we can expand S3 API and support forced bucket removal with single request. Let's discuss how it can be done.

S3 API restricts bucket removal while it contains objects. FrostFS, however, can delete container at any time, making all objects unavailable and removed by GC sooner or later. As the product extension, we can expand S3 API and support forced bucket removal with single request. Let's discuss how it can be done.
Owner

First of all, we need to check similar extensions in other S3 compatible storages.

First of all, we need to check similar extensions in other S3 compatible storages.
pogpp was assigned by alexvanin 2024-07-18 07:18:38 +00:00
Member

My research of other S3 storages has shown that there is no support as such.
In any case, there will be an implicit deletion of objects.

In our case, it is proposed to support a flag of the type X-FrostFS-S3-Delete-Force: true to bypass the limitations of the S3 protocol.

My research of other S3 storages has shown that there is no support as such. In any case, there will be an implicit deletion of objects. In our case, it is proposed to support a flag of the type `X-FrostFS-S3-Delete-Force: true` to bypass the limitations of the S3 protocol.
Owner

Closed in #436

Closed in #436
Sign in to join this conversation.
No milestone
No project
No assignees
3 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: TrueCloudLab/frostfs-s3-gw#31
No description provided.