Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new endpoint that does a hard delete on an object #43

Open
TimCsaky opened this issue Jun 22, 2022 · 0 comments
Open

A new endpoint that does a hard delete on an object #43

TimCsaky opened this issue Jun 22, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@TimCsaky
Copy link
Contributor

If you have versioning enabled on your bucket, to hard delete an object using COMS, you need to delete all versions of the object.
DELETE object/<object ID>?versionId=<last remaining version ID>

Maybe COMS could have a new endpoint that finds all remaining versions and deletes them all.
something like:
DELETE /object/<objId>/destroy

@jujaga jujaga added enhancement New feature or request good first issue Good for newcomers labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants