Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A Web GUI written in Go to manage S3 buckets from any provider.
- Upload new objects to a bucket
- Download object from a bucket
- Delete an object in a bucket
- Show object metadata (including user metadata) and object versions

## Usage

Expand All @@ -33,6 +34,8 @@ The application can be configured with the following environment variables:
- `ALLOW_DELETE`: Enable buttons to delete objects (defaults to `true`)
- `FORCE_DOWNLOAD`: Add response headers for object downloading instead of opening in a new tab (defaults to `true`)
- `LIST_RECURSIVE`: List all objects in buckets recursively (defaults to `false`)
- `SHOW_VERSIONS`: Show all object versions in bucket view and enable version-specific downloads (defaults to `false`; bucket must have versioning enabled)
- `SHOW_METADATA`: Show the object metadata action and enable the metadata endpoint (defaults to `true`)
- `TZ`: IANA timezone used when displaying object Last Modified times (defaults to UTC; for example `Europe/Berlin`)
- `BUCKET_NAME`: Restrict the buckets view to a single named bucket (defaults to unset, showing all buckets)
- `USE_IAM`: Use IAM role instead of key pair (defaults to `false`)
Expand Down
Loading
Loading