We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preferably an minimal AWS S3 API implementation/mock, as that does not require any changes compared to a proper production system.
The text was updated successfully, but these errors were encountered:
Alternative is to have a swappable storage abstraction layer inside.
Sorry, something went wrong.
In Node.js, https://www.npmjs.com/package/s3rver looks like the best option. Standalone + programmatic API. Alternatives are https://www.npmjs.com/package/dev-s3-server and https://github.com/scality/S3
If going Docker based, this Go implementation looks OK. https://github.com/minio/minio/
No branches or pull requests
Preferably an minimal AWS S3 API implementation/mock, as that does not require any changes compared to a proper production system.
The text was updated successfully, but these errors were encountered: