opentelekomcloud-docs / object-storage-service

Open Telekom Cloud Object Storage Service docs
Apache License 2.0
0 stars 1 forks source link

Deleting Objects #54

Closed Nikolai-Maier closed 4 months ago

Nikolai-Maier commented 1 year ago

Issue on page: https://github.com/opentelekomcloud-docs/object-storage-service/blob/main/api-ref/source/apis/operations_on_objects/deleting_objects.rst

There should be a chapter for "Restore deleted object" (Works only when versioning is enabled) There should be a chapter for "Restore deleted objects" (Works only when versioning is enabled) For customers it would be helpful to have the description, and a script and an example for the parameters.

e.g. AWS https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingDelMarkers.html

For questions contact nikolai.maier@t-systems.com

dsabelni commented 1 year ago

Thank you for your ticket! Internal ticket was created for this issue, when there are updates they'll be posted here.

dsabelni commented 4 months ago

Info was added to the page https://docs.otc.t-systems.com/object-storage-service/api-ref/apis/operations_on_objects/deleting_an_object.html

To delete an object of a specified version, the versionId parameter can be used to specify the desired version. To restore a deleted object, you need to specify the delete marker version in the versionId parameter when deleting it.

Also two new sample requests and responses were added: Specifying versionId to Delete a Specific Object Version and Specifying versionId to Delete a Delete Marker