suyanhanx opened a new pull request, #2602:
URL: https://github.com/apache/incubator-opendal/pull/2602

   This PR introduces a new feature `object_versioning`.
   
   Originally posted by Xuanwo 
https://github.com/apache/incubator-opendal/issues/2156
   
   Some storage services, such as Amazon S3, have built-in support for 
versioning.
   
   This is achieved through a feature called ObjectVersion, which allows the 
same object to exist in multiple versions and be accessed separately even after 
deletion. With this feature, users can ensure the safety of their data by 
rolling back to previous versions in case of unintended deletions or changes.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to