-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage: locking support #6
Comments
Hm... I am not totally convinced by this (maybe we should explain the rationale behind some of the APIs better in the documentation). Could you please explain the use-case? |
WebDAV spec: https://tools.ietf.org/html/rfc4918#section-6 used by eg
Now, for network filesystems locking is non trivial:
I am happy to discuss if we want to store locks in a different place than the storage. However, I think just like search, tagging, comments, trash and versions ... locking might be implemented by a storage provider. |
The cernsbox wopiserver uses lock files to implement locks on top of cs3. A dedicated RPC should make this clearer. |
Currently there is no locking support. The CS3 apis should allow implementing locking functionality for eg webdav or s3.
The text was updated successfully, but these errors were encountered: