Skip to main content

Files

Volume file list
See files stored in the volume.
  • Name: file name
  • Size: file size
  • Last modified: last modification timestamp

Details

View volume metadata and status information.
  • Cluster availability: Clusters where this volume can be mounted.
  • Size: Total provisioned storage capacity.
  • Teams: Teams that have access to this volume.
  • Last attached: Last time the volume was attached to a workspace.

Active workspaces

View workspaces currently attached to this volume. Active workspaces can read/write files. Data is automatically synchronized across sessions at the configured mount paths.

Data management (CLI)

Use short-lived credentials to manage data on shared volumes with the AWS CLI.

Access guide

On the Volume detail page, click the Guide button (book icon) to open the CLI guide modal. The modal includes:
  • AWS Credentials: Temporary credentials are automatically generated (expire after 36 hours). Click Copy All to copy all credentials at once. Use the Regenerate button to create new credentials if needed.
  • AWS S3 Commands: Common commands for managing files. Each command has a copy button for easy use.

CLI operations

1

List files

aws s3 ls s3://dora-managed-storage-prod/<storage_id>/<volume_id>/
2

Upload files

aws s3 cp my_file.txt s3://dora-managed-storage-prod/<storage_id>/<volume_id>/my_directory/my_file.txt
3

Download files

aws s3 cp s3://dora-managed-storage-prod/<storage_id>/<volume_id>/my_directory/my_file.txt .
4

Delete files

aws s3 rm s3://dora-managed-storage-prod/<storage_id>/<volume_id>/my_directory/my_file.txt
Replace <storage_id> and <volume_id> with the actual values shown in the Guide modal. Refer to AWS S3 CLI docs for advanced operations.

Delete volume

You can delete volumes that you created. Admins can delete any volume in the organization.
Deleting a volume permanently removes all data. This action cannot be undone.
To delete a volume:
  1. Go to the Volume detail page.
  2. Click the Delete button.
  3. Confirm the deletion by typing the volume name.