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
Currently, to restore a a soft-deleted object using COMS you call: DELETE /object/<object ID>/?versionId={version ID of Delete marker}
You are deleting the delete-marker version. This is the S3 way
But you need to know the delete-marker version ID.
And maybe you want to restore a different version, not just the last active version.
Maybe COMS could have an API endpoint that makes it easier
something like: /object/<object ID>/restore?versionId={version ID}
Give a thumbs up if you agree.
The text was updated successfully, but these errors were encountered:
Currently, to restore a a soft-deleted object using COMS you call:
DELETE /object/<object ID>/?versionId={version ID of Delete marker}
You are deleting the delete-marker version. This is the S3 way
But you need to know the delete-marker version ID.
And maybe you want to restore a different version, not just the last active version.
Maybe COMS could have an API endpoint that makes it easier
something like:
/object/<object ID>/restore?versionId={version ID}
Give a thumbs up if you agree.
The text was updated successfully, but these errors were encountered: