ianmcook commented on code in PR #13681:
URL: https://github.com/apache/arrow/pull/13681#discussion_r927289921
##########
docs/source/python/filesystems.rst:
##########
@@ -183,6 +184,40 @@ Example how you can read contents from a S3 bucket::
for the different ways to configure the AWS credentials.
+.. _filesystem-gcs:
+
+Google Cloud Storage File System
+--------------------------------
+
+PyArrow implements natively a Google Cloud Storage (GCS) backed file system
+for GCS storage.
+
+If not running on Google Cloud Platform (GCP), this generally requires the
+environment variable GOOGLE_APPLICATION_CREDENTIALS to point to a JSON file
+containing credentials.
+
+Example how you can read contents from a GCS bucket::
Review Comment:
```suggestion
Example showing how you can read contents from a GCS bucket::
```
--
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]