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

   encountered this issue today, I haven't dive into any pyarrow code, but I 
guess the best way would be to allow user to pass in location of the CA 
certificates via the API?
   
   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")```


-- 
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