pitrou commented on code in PR #14392:
URL: https://github.com/apache/arrow/pull/14392#discussion_r994799437


##########
docs/source/python/filesystems.rst:
##########
@@ -194,7 +194,15 @@ 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.
+JSON file containing credentials. Alternatively, use the ``gcloud`` CLI to
+generate a credentials file in the default location::
+
+   gcloud auth application-default login
+
+To connect to a public bucket without using any credentials, you must pass
+``anonymous=True``. Otherwise, the filesystem will report ``Couldn't resolve 

Review Comment:
   Where should I pass it?



-- 
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]

Reply via email to