-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Implement support for MinIO #103
Comments
Hi, i investigated today and it seems there is no need for any significant changes in the codebase. I used the following Test to verify the behavior:
While running the MinIO Container with the following docker command (taken from here https://docs.min.io/docs/minio-docker-quickstart-guide )
I'll go work on the Test Container issue now and add some tests for this Issue as well. |
Awesome! Thanks for these great findings! :) |
Task Description
We need to investigate what would be required in order to add support for MinIO.
Tasks
The following tasks will need to be carried out:
Create a(check Use tags instead of suites to separate tests #183)MinIOITTestSuite
based on theAmazonS3ITSuite
one.testcontainers
before all tests in the suite (and then stops it at the end). (check Set up testcontainers #60)Task Relationships
This task:
Useful Links
Help
The text was updated successfully, but these errors were encountered: