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

Add option to disable SSL verification for S3Store #82

Merged

Conversation

janjagusch
Copy link
Contributor

It's not always possible (or, at least, not convenient) to deal with SSL verification when the certificates are self-signed. This PR adds an option to disable SSL verification.

Depends on #81.

Checklist

  • Added a docs/changes.rst entry

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (df0e1d3) 0.00% compared to head (7b40a87) 0.00%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #82   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         32      32           
  Lines       1986    1988    +2     
=====================================
- Misses      1986    1988    +2     
Files Changed Coverage Δ
minimalkv/net/s3fsstore.py 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -7,7 +7,7 @@

storage = pytest.importorskip("google.cloud.storage")

S3_URL = "s3://minio:miniostorage@127.0.0.1:9000/bucketname?create_if_missing=true&is_secure=false"
S3_URL = "s3://minio:miniostorage@127.0.0.1:9000/bucketname?create_if_missing=true&is_secure=false&verify=False"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the F uppecase here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No particular reason. It makes no difference, but I've lowercawed it for consistency.

@janjagusch janjagusch requested a review from xhochy August 8, 2023 09:46
@xhochy xhochy merged commit 23d636f into data-engineering-collective:main Aug 15, 2023
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.

2 participants