pitrou commented on a change in pull request #9996:
URL: https://github.com/apache/arrow/pull/9996#discussion_r612255037
##########
File path: python/pyarrow/_s3fs.pyx
##########
@@ -45,6 +45,98 @@ def finalize_s3():
check_status(CFinalizeS3())
+cdef class S3ProxyOptions:
+ """
+ Proxy Options for S3
+
+ Parameters
+ ----------
+
+ scheme : str, default ''
+ Proxy scheme. Valid values: 'http' and 'https'.
Review comment:
Shouldn't the default simply be "http"?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]