Skip to content
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

Flesh out CanonicalMetadata #44

Open
butonic opened this issue Nov 15, 2019 · 1 comment
Open

Flesh out CanonicalMetadata #44

butonic opened this issue Nov 15, 2019 · 1 comment

Comments

@butonic
Copy link
Contributor

butonic commented Nov 15, 2019

see https://github.com/cs3org/cs3apis/blob/master/cs3/storageprovider/v0alpha/resources.proto#L101-L104

@labkode
Copy link
Member

labkode commented Aug 4, 2020

Execution bit can be added to CanonicalMetadata in:
https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.CanonicalMetadata

Let's start with this use-case first and tackle MacOS labels and others later.

A new field needs to be defined in the WebDAV layer so clients (desktop mainly) can understand this new capability and set local permissions accordingly:

Code 	Resource 	Description
S 	File or Folder 	is shared
R 	File or Folder 	can share (includes reshare)
M 	File or Folder 	is mounted (like on DropBox, Samba, etc.)
W 	File 	can write file
C 	Folder 	can create file in folder
K 	Folder 	can create folder (mkdir)
D 	File or Folder 	can delete file or folder
N 	File or Folder 	can rename file or folder
V 	File or Folder 	can move file or folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants