testcontainers-python
testcontainers-python copied to clipboard
Add Minio container support
https://min.io/ is s3 compatible storage system.
I needed to use minio based test-containers to test some integrations. so I extended functionality accordingly.
@4fath @tillahoffmann Thanks for running this package, I'm looking into integrating it into a project. However, I'm looking for minio support. Anything I can do to help or get this in? Please let me know! Thanks!
Sorry, I dropped the ball on this. I think we just need a few small changes to resolve the merge conflicts and align tests with the structure described here.
Implemented in #271.