Lack of verify
input to customize SSL verify option limits smooth usage of the package modules
#2836
Labels
bug
Something isn't working
Describe the bug
Hi guys,
by using the package I am experiencing that that the lack of verify input to allow to pass a custom SSL certificate is becoming an issue.
The following error occurs
Of course, as explained here in this previous issue #1157, the problem can be solved by patching the package moduel functions and add the verify input which will then be forwarded to internal aws client object instantiation.
How to Reproduce
set yourself behind a proxy (for example) or any other network entity so that you would need to pass its specific SSL certificate to aws sdk client instatiation.
By running
run the call and you will likely step into the following error:
Expected behavior
forward the
verify
input of aws client object to aws wrangler calls when possible.So aws wrangler user can always set the verify option.
OS
ALL, issue is OS independent
Python version
AWS SDK for pandas version
3.7.2
Final comment
In any case, would you agree or not? did you enconuter similar limitations?
I could set up a fork and then propose a pull request.
Many thanks,
Nick
The text was updated successfully, but these errors were encountered: