Skip to content
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

Compatibility with crypton-connection >= 0.4.0 #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

csasarak
Copy link

@csasarak csasarak commented Sep 13, 2024

crypton-connection versions >= 0.4.0 added a new field to TLSConnectionSettings. This broke some code in minio-hs that didn't supply the new field. This PR addresses that by using the def value for TLSSettings which is the same as the one that minio-hs was creating except for one pre-existing field. By using def the code should remain compatible with crypton-connection versions < 0.4.0 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant