Web based AWS S3 browser
4.8K
A lightweight, intuitive web application for accessing and managing content in Amazon S3 storage. Designed for content editors with limited technical AWS knowledge.
docker run -p 3000:3000 \
-e S3_ACCESS_KEY_ID=your_access_key \
-e S3_SECRET_ACCESS_KEY=your_secret_key \
-e S3_BUCKET_NAME=your_bucket_name \
-e S3_REGION=your_region \
lstsystems/s3n-browser:latest
S3_ACCESS_KEY_ID - AWS access key IDS3_SECRET_ACCESS_KEY - AWS secret access keyS3_BUCKET_NAME - Name of the S3 bucket to browseS3_ENDPOINT_URL - Custom endpoint for S3-compatible servicesS3_REGION - AWS region (default: us-east-1)S3_FORCE_PATH_STYLE - Whether to use path-style URLs (default: true)S3_FILE_UPLOAD_LIMIT - Maximum file size for uploadsS3_SIGNED_URL_EXPIRES - Expiration time for signed URLs (default: 900s)SIGNING_SERVICE_URL - External service for generating signed URLsTypically deployed behind a reverse proxy for authentication and authorization.
View the full source code and documentation at GitHub
Content type
Image
Digest
sha256:a5add6258…
Size
74.2 MB
Last updated
2 months ago
docker pull lstsystems/s3n-browser