Passing cert file in python storage_options #4198
Unanswered
sbonthala-0714
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a custom https s3 end point.Wanted to check if any one of the below options are possible.
Is there a way to skip ssl verification similar to how requests module that can be set in storage_options?
If the above option is not possible, is there a way to pass cert path in the storage_options without setting SSL_CERT_FILE env variable.
Currently delta rs is able to connect to custom https s3 endpoint with out setting os environment variable.
I am using python delta lake version 0.25.4
Beta Was this translation helpful? Give feedback.
All reactions