For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bucket Browser

Upload, download, folders, versions, and object management in the e3 Bucket Browser.

The Bucket Browser lets you list, upload, download, and delete objects without a separate S3 client.

Open from: Buckets → Browse on a bucket (you need access keys for that bucket’s owner).

Page layout

  • Breadcrumbs — navigate prefixes; use up one level to go to the parent folder.

  • Owner badge — which Root user or User owns the bucket.

  • Action bar — Refresh, Upload, Download, Copy URL, Create Folder, Delete.

Listing objects

The table supports:

  • Sort by name, size, last modified, ETag, storage class, owner, version ID

  • Search — filter objects in the current prefix

  • Show dropdown — 10, 25, 50, or 100 rows per page

  • Prev / Next pagination for large listings

Very large buckets may time out at the root prefix. Navigate into a subfolder or use Refresh to retry.

Upload files and folders

  • Upload button or drag-and-drop onto the upload zone.

  • Select Files or Select Folder — folder uploads preserve directory structure under the current prefix.

The Upload Queue shows progress; you can cancel individual uploads or cancel all.

Download and URLs

  • Select one object and use Download.

  • Copy URL copies a direct URL for the selected object (useful for sharing; ensure the bucket policy and key permissions allow public access).

Create Folder

Create Folder adds a zero-byte prefix so you can organize keys like logs/2026/.

Object versions

Toggle Show object versions to list all versions (requires versioning on the bucket).

Additional filters when versions are shown:

  • Include deleted keys

  • Only keys with versions

In versions view, delete behaviour depends on versioning and Object Lock. With Object Lock enabled, protected versions may be read-only in the browser.

Delete objects

Select objects and use Delete. Confirm in the modal. Deleted versioned objects may leave delete markers until lifecycle rules or manual version cleanup removes them.

Return to Buckets

Use the breadcrumb Buckets link at the top to return to the bucket list.

Last updated