Sign inSign up

acejam/nginx-s3-proxy

By acejam

Updated about 10 years ago

A Docker-based nginx to S3 proxy

Image
0

6.3K

acejam/nginx-s3-proxy repository overview

nginx-s3-proxy

Build Status Docker Stars Docker Pulls

A Docker container for reverse proxying S3 via nginx

Quick Start

docker run -d --name nginx-s3-proxy --restart=always -e S3_BUCKET=your-bucket-here -e AWS_ACCESS_KEY=your-key-here -e AWS_SECRET_KEY=your-secret-key-here -p 80:80 acejam/nginx-s3-proxy

Config options

This container includes support for various configuration values. These values can be set when calling docker run through the use of environment variables.

The following values are configurable:

  • S3_BUCKET
  • AWS_ACCESS_KEY
  • AWS_SECRET_KEY

Tag summary

Content type

Image

Digest

Size

327.2 MB

Last updated

about 10 years ago

docker pull acejam/nginx-s3-proxy