Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 335 Bytes

Nginx S3 Proxy

If you need to lock down your s3 bucket and would like an easy way to proxy your s3 endpoint from a secure server.

Currently only supports http://

Do not include the protocol in your s3 bucket url

Example

docker run -it -p 8888:80 -e 'S3_BUCKET_URL=<Bucket Url>' --name nginx nginx-s3-proxy