Sign inSign up

stevemayne/s3proxy

By stevemayne

Updated over 10 years ago

Amazon S3-compatible server for testing purposes

Image
2

1.3K

stevemayne/s3proxy repository overview

Emulated S3 API for testing purposes (with local filesystem persistence) using Andrew Gaul's fantastic s3proxy project

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

Tag summary

Content type

Image

Digest

Size

227.2 MB

Last updated

over 10 years ago

docker pull stevemayne/s3proxy