S3 Browser
The S3 browser provides a file-manager experience for S3 buckets and objects.
Features
Section titled “Features”- Bucket list with creation date and region
- Folder navigation with breadcrumbs
- File type icons — images, text, code, archives, and more
- Drag-and-drop upload directly into the current folder
- Download objects to your local machine
- Delete individual objects or batch delete selections
- Create folders within buckets
- Tagging — view and manage object tags
- Export bucket contents as JSON or CSV
Write Operations
Section titled “Write Operations”| Operation | Description |
|---|---|
| Upload | Drag-and-drop or file picker, up to STACKPORT_S3_MAX_UPLOAD_MB (default 100 MiB) |
| Delete | Single object or batch selection |
| Create folder | Create prefix-based folders |
Configuration
Section titled “Configuration”STACKPORT_S3_MAX_UPLOAD_MB=200 # increase upload limitWrite operations can be disabled globally with STACKPORT_ALLOW_WRITES=false.