pitrou commented on code in PR #45881:
URL: https://github.com/apache/arrow/pull/45881#discussion_r2016068254
##########
python/pyarrow/_s3fs.pyx:
##########
@@ -257,6 +257,8 @@ cdef class S3FileSystem(FileSystem):
If true, then virtual addressing is always enabled.
If false, then virtual addressing is only enabled if
`endpoint_override` is empty.
This can be used for non-AWS backends that only support virtual
hosted-style access.
+ tls_ca_file_path : str, default None
+ Use custom CA certificate for TLS verification
Review Comment:
```suggestion
tls_ca_file_path : str, default None
If set, this should be the path of a file containing TLS certificates
in PEM format which will be used for TLS verification.
```
--
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]