A little web-app for browsing an S3 bucket
100K+
s3-browser puts a minimal web-interface over an S3 bucket, to allow easy browsing. (But really, it's mostly for testing.)
Usage is:
docker run --rm -d -p 5000:5000 \
-e S3_BUCKET=mybucket \
-e AWS_DEFAULT_REGION \
-e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY \
-e AWS_SESSION_TOKEN \
woollyams/s3-browser
It will attempt to get AWS credentials using the normal methods, including:
Content type
Image
Digest
Size
96.2 MB
Last updated
almost 10 years ago
docker pull woollyams/s3-browser