-
Notifications
You must be signed in to change notification settings - Fork 52
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
Can mint be used to test other S3 compatible servers? #370
Comments
example of output:
|
We require different region tests @fczuardi and with AWS S3 it is flaky since they are not strictly consistent about bucket creates and deletes. mint is not written for AWS S3. |
Hmm, ok, so at the moment Mint is mainly a test tool for MinIO only? Would patches to make it check other S3 implementations be welcome? Or do you know of other tools with that purpose? |
mint is mainly meant for MinIO, we do not really have the bandwidth for other vendors. |
Hi,
I am new to this project and am interested in using mint to test an object storage server, since minIO implements amazon s3 apis I tought it would be possible to replace the endpoint and access keys environment variables and run the test suite against an AWS account. Would that work?
I don't know what I am missing, but after running the program I got 0/14 tests passed, and a bunch of buckets created on my AWS account. :(
Is there a documentation on how to do that, or a better place where I can discuss? The slack https://slack.min.io/ requires a @min.io email address to login, so I was not able to join.
Thanks!!
The text was updated successfully, but these errors were encountered: