DocsReferenceFiles & Storage
Reference

Files & Storage

Browse your S3 bucket, upload files, view and edit scripts and configs in the browser.

Your Bucket

Every user gets one S3-compatible bucket automatically provisioned by ResonTech on our infrastructure. No setup required — your bucket is ready when your account is.

You can find your bucket credentials on the Profile → Storage page. Copy your secretAccessKey from there — it is shown once.

!
The secretAccessKey is shown once. If you lose it, go to Profile → Rotate Key. The old key is immediately revoked.
Profile page — Storage section with bucket credentials

Uploading Files

Small files (< 10 MB)

Toolbar → Upload → drag or browse.

Large files (≥ 10 MB) — automatic multipart

  • Split into 50 MB chunks, 5 parts in parallel.
  • On failure, incomplete upload is automatically aborted.
  • Max supported size: 500 GB.
Upload modal — large file multipart progress
Each chunk shows sub-progress. The overall bar fills as parts complete.

Create folder / new file

  • New Folder: Toolbar → New Folder → enter name.
  • New File: Toolbar → New File → enter filename → edit → save.

File Viewer & Editor

!
The editor is text-only. Use Download for .pt, .zip, and other binary formats.
File Viewer — model_def.py in edit mode
Monaco editor with syntax highlighting. Unsaved changes are indicated in the header.

Pinned File Panels

Pin any text file as a persistent side panel that stays open while you navigate — stored across page reloads.

  • Open a file → click the Pin icon in the viewer header.
  • The panel attaches to the left side of the Files page.
  • Click × to remove it.
Files page with a pinned file panel open alongside the browser