-
Notifications
You must be signed in to change notification settings - Fork 56
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
services/s3: Integration test fails when using the latest MinIO #860
Comments
So nice a bug report. |
I believe we are calling the minio console instead of minio server. Does the minio endpoint change? |
I can't access minio server locally. I'll rebuild minio server later and update the test result. |
OK, let's figure out the root cause in next cycle maybe. |
|
It looks like we need to solve them in the |
Excepted Behavior
go-service-s3
should compatible withMinIO
and pass integration test withMinIO
.Current Behavior
minio RELEASE.2021-06-17T00-10-46Z
MinIO Console
Steps to Reproduce
Run integration test for go-service-s3 with the following config:
Also we need to set
endpoint
for initialization:Environment
The text was updated successfully, but these errors were encountered: