Skip to content

File

The valid operations that can be performed on a file are:

OperationDescriptionAccess Level
viewView an existing File
downloadDownload a File
createCreate a new File
renameRename a File
moveMove 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 (Delete right).
  • Processed Data: Researchers can generate and upload processed data (Write right).
  • Public Release: A specific set of files is approved for public release. A "Public" group could be given Read access to these specific files. | delete | Delete a File | |

Released under the MIT License.