Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.96 KB

README.md

File metadata and controls

68 lines (53 loc) · 1.96 KB

mock-s3

Mock S3 server for test environments, based on s3rver

Build Status

UsageContributorsLicense


Usage

docker run -d --name mock-s3 -p 8092:8092 devoxa/mock-s3
  • Endpoint: http://localhost:8092
  • Region: local
  • Access key: S3RVER
  • Secret key: S3RVER
  • Bucket: default
    • Configurable via a comma-separated list of names in the BUCKET_NAMES environment variable.

Contributors

Thanks goes to these wonderful people (emoji key):

David Reeß
David Reeß

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT