Difference between revisions of "$HOME/.boto"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  cat $HOME/.boto | grep -v "#" | grep .
 
  cat $HOME/.boto | grep -v "#" | grep .
 
  [Credentials]
 
  [Credentials]
  gs_service_key_file = /path/to/[[gcloud-auth.json]]
+
  [[gs_service_key_file]] = /path/to/[[gcloud-auth.json]]
 
  [Boto]
 
  [Boto]
 
  https_validate_certificates = True
 
  https_validate_certificates = True

Revision as of 20:46, 25 July 2022

cat $HOME/.boto | grep -v "#" | grep .
[Credentials]
gs_service_key_file = /path/to/gcloud-auth.json
[Boto]
https_validate_certificates = True
[GoogleCompute]
[GSUtil]
content_language = en
default_api_version = 2
default_project_id = your-project-name
[OAuth2]


Related

See also

Advertising: