How to use Service Accounts with gsutil, for uploading to GCS and BigQuery
Google Cloud Storage from version (3.26) and above, supports service accounts. If you already have gsutil installed you can get this version by running:
gsutil update
In brief, you can configure a service account by running:
gsutil config -e
See gsutil help config
for more details about using the config command.
See gsutil help creds
for information about the different flavors of credentials (and different use cases) that gsutil
supports
Atori
posted on 13 Aug 18Enjoy great content like this and a lot more !
Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds
Post Comment