File
The valid operations that can be performed on a file are:
| Operation | Description | Access Level |
|---|---|---|
| view | View an existing File | |
| download | Download a File | |
| create | Create a new File | |
| rename | Rename a File | |
| move | Move a File | |
| - Delete: Can delete the file. |
Example
Scenario: A large dataset contains raw logs, processed data, and video recordings.
- Raw Logs: Only core engineers should be able to delete raw logs (
Deleteright). - Processed Data: Researchers can generate and upload processed data (
Writeright). - Public Release: A specific set of files is approved for public release. A "Public" group could be given
Readaccess to these specific files. | delete | Delete a File | |