damooo opened a new issue, #2207:
URL: https://github.com/apache/incubator-opendal/issues/2207

   Independent entries imply, one can create/delete an entry/object without 
checking for existence of any other entry, and with out create/delete -ing any 
other entry.
   
   Few backends doesn't support independent entries.
   
   For example in fs backend:
   
   - One cannot create a file object, with out creating it's parent dir object.
   - One cannot delete a dir object, without deleting all of it's descendents.
   
   Knowing this information is crucial to properly managing logic and locking 
at application layer.
   


-- 
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