Sign inSign up

passcod/s3web

By passcod

Updated over 8 years ago

Serve a private S3 bucket over HTTP

Image
1

1.3K

passcod/s3web repository overview

Web server of an S3 bucket

  • Uses s3fs and caddy
  • Need to set all of:
    • S3_BUCKET
    • S3_ACCESS_KEY
    • S3_SECRET_KEY
  • Can set base url with S3_BASEURL
  • It uses FUSE, so you need --privileged

Example

$ docker run --rm -p 8200:80 -e S3... --privileged passcod/s3web

Tag summary

Content type

Image

Digest

Size

12.6 MB

Last updated

over 8 years ago

docker pull passcod/s3web