Skip to content

DockerFile to create an local-filesystem Amazon S3-compatible server (using andrewgaul/s3proxy)

Notifications You must be signed in to change notification settings

stevemayne/s3proxydocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

s3proxydocker

Dockerfile to create a local filesystem s3proxy environment using on Andrew Gaul's fantastic s3proxy project, which can be used to emulate an s3 storage-system environment for testing purposes.

Usage

The default running mode allows anonymous access:

docker run -d -P stevemayne/s3proxy

If AWS-like authentication is required, specify an ACCESS_KEY and a SECRET_KEY:

docker run -d -P -e "ACCESS_KEY=access" -e "SECRET_KEY=secret" stevemayne/s3proxy

About

DockerFile to create an local-filesystem Amazon S3-compatible server (using andrewgaul/s3proxy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages