You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/13 15:27:15 UTC

[GitHub] [arrow] pitrou commented on a diff in pull request #14392: ARROW-17069: [Docs][Python] Describe authentication for GCS public and private

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org