pitrou commented on code in PR #45881:
URL: https://github.com/apache/arrow/pull/45881#discussion_r2016064358
##########
python/pyarrow/_s3fs.pyx:
##########
@@ -406,6 +408,8 @@ cdef class S3FileSystem(FileSystem):
retry_strategy.max_attempts)
else:
raise ValueError(f'Invalid retry_strategy {retry_strategy!r}')
+ if tls_ca_file_path:
Review Comment:
```suggestion
if tls_ca_file_path is not None:
```
--
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]