pitrou commented on issue #37001:
URL: https://github.com/apache/arrow/issues/37001#issuecomment-1785393762

   > For example, in the constructor of the S3FileSystem, allow additional 
paramters like `filesystem = 
fs.S3FileSystem(endpoint_override="localhost:4566", 
ca_certificate="/etc/ssl/certs/ca.crt")`
   
   That could be a good idea indeed. We don't have a way of doing that 
currently, but we should probably add one.
   
   For now, you can perhaps workaround this by using the `SSL_CERT_DIR` or 
`SSL_CERT_FILE` environment variables as described in 
https://www.openssl.org/docs/man3.0/man7/openssl-env.html , but this will 
affect the entire Python process.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to