Sign inSign up

woollyams/s3-browser

By woollyams

Updated almost 10 years ago

A little web-app for browsing an S3 bucket

Image
0

100K+

woollyams/s3-browser repository overview

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:

  • via environment variables
  • via an EC2 instance-profile
  • via ECS (task roles)

Tag summary

Content type

Image

Digest

Size

96.2 MB

Last updated

almost 10 years ago

docker pull woollyams/s3-browser