Skip to content
/ mock-s3 Public

Mock S3 server for test environments, based on s3rver.

Notifications You must be signed in to change notification settings

devoxa/mock-s3

Repository files navigation

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

About

Mock S3 server for test environments, based on s3rver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published