-
Notifications
You must be signed in to change notification settings - Fork 58
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
Synchronize umask for dav service with permissions for created files and folders on API #3345
Labels
kind/enhancement
New feature or request
Comments
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2023
…t we are granting during file and folder creation on API
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2023
…t we are granting during file and folder creation on API
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2023
…t we are granting during file and folder creation on API
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2023
…t we are granting during file and folder creation on API
SilinPavel
added a commit
that referenced
this issue
Aug 23, 2023
mzueva
added a commit
that referenced
this issue
Aug 24, 2023
…t we are granting during file and folder creation on API (#3346) * Issue #3345. Synchronize umask for cp_dav service and permissions that we are granting during file and folder creation on API * Issue #3345. Apply default mask for files (666) and folders (777) * Issue #3345. checkstyle * Issue 3345: change owner for NFS created folders and files --------- Co-authored-by: mzueva <mariia_zueva@epam.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently we have several options to interact with shared FS data storages, such as through the API or mounting it through DAV.
The aim of this issue is to sync permission mask, that would be granted to newly created files and folders within these two methods.
The text was updated successfully, but these errors were encountered: