You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussions with @ishank011, we're going to add support for full denials without changing the CS3 APIs, that is within the semantic already available in:
The idea is to consider the empty permission set (value = 0) as a valid None permission, and make it work its way through the drivers and in the eosbinary client. Work in progress by @gmgigi96 and myself in https://github.com/glpatcern/reva/tree/denyacl
Following discussions with @ishank011, we're going to add support for full denials without changing the CS3 APIs, that is within the semantic already available in:
https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.ResourcePermissions
The idea is to consider the empty permission set (value =
0
) as a validNone
permission, and make it work its way through the drivers and in the eosbinary client. Work in progress by @gmgigi96 and myself in https://github.com/glpatcern/reva/tree/denyaclCloses cs3org/cs3apis#129
The text was updated successfully, but these errors were encountered: