You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: