pitrou commented on a change in pull request #7517:
URL: https://github.com/apache/arrow/pull/7517#discussion_r445450752



##########
File path: docs/source/python/dataset.rst
##########
@@ -325,6 +325,22 @@ The currently available classes are 
:class:`~pyarrow.fs.S3FileSystem` and
 details.
 
 
+Reading from Minio
+------------------
+
+In addition to cloud storage, pyarrow also supports reading from a MinIO object
+storage instance emulating S3 APIs. Paired with toxiproxy, this is useful for
+testing or benchmarking.
+
+.. code-block:: python
+
+    from pyarrow import fs
+
+    minio = fs.S3FileSystem(scheme="http", endpoint="localhost:9000")

Review comment:
       Add a comment that this assumes MinIO is running unencrypted on local 
port 9000?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to