A simple container that implements a proxy for S3
1.6K
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.)
docker build -t okinta/s3proxy .
docker run -e S3_BUCKET=[BUCKET_URL] -p 8080:8080 okinta/s3proxy
Replace [BUCKET_URL] with the public address of your S3 bucket.
Content type
Image
Digest
Size
132.6 MB
Last updated
about 6 years ago
docker pull okinta/s3proxy