Amazon S3-compatible server for testing purposes
1.3K
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
Content type
Image
Digest
Size
227.2 MB
Last updated
over 10 years ago
docker pull stevemayne/s3proxy