-
Notifications
You must be signed in to change notification settings - Fork 233
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
Method MinioClientFactory.CreatClient always creates a client with SSL true, even if you configure it as false; #884
Comments
We do not ship MinioClientFactory. You would need to open/report this issue to respective project. |
Looking into it... |
This issue is fixed in the upcoming PR #844. |
@voryba, @fabientrissie, @S3V3N-11 PR #844 is merged. Could you please test it and close this issue if it passes your test? |
Closing as fixed. |
Method MinioClientFactory.CreatClient always creates a client with SSL true, even if you configure it as false;
Expected Behavior
Current Behavior
// after this client will be configured with action:
configureClient(client);
// In the method there is no action for the false case. So when you created client before, its already created with SSL true
The text was updated successfully, but these errors were encountered: