Sign inSign up

okinta/s3proxy

By okinta

Updated about 6 years ago

A simple container that implements a proxy for S3

Image
0

1.6K

okinta/s3proxy repository overview

S3 Proxy

A simple container that implements a proxy for S3.

It automatically decompresses gzipped S3 content for clients that do not support gzip.

(Currently only supports buckets that are public.)

Development

Build
docker build -t okinta/s3proxy .
Run
docker run -e S3_BUCKET=[BUCKET_URL] -p 8080:8080 okinta/s3proxy

Replace [BUCKET_URL] with the public address of your S3 bucket.

Tag summary

Content type

Image

Digest

Size

132.6 MB

Last updated

about 6 years ago

docker pull okinta/s3proxy