suyanhanx commented on code in PR #2602: URL: https://github.com/apache/incubator-opendal/pull/2602#discussion_r1254506202
########## core/src/docs/rfcs/2602_object_versioning.md: ########## @@ -0,0 +1,78 @@ +Proposal Name: object versioning +Start Date: 2023-07-06 +RFC PR: https://github.com/apache/incubator-opendal/pull/2602 +Tracking Issue: (leave this empty) + +# Summary + +This proposal describes the object versioning (or object version control) feature of OpenDAL. + +# Motivation + +Object versioning is a common feature in many storage services. + +With object versioning, users can: + +- Track the history of an object. +- Implement optimistic concurrency control. +- Implement a simple backup system. + +# Guide-level explanation Review Comment: Nice idea. -- 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]
