Home | History | Annotate | Download | only in public
      1 # This file contains credentials and other configuration information needed
      2 # by the boto library, used by gsutil. You can edit this file (e.g., to add
      3 # credentials) but be careful not to mis-edit any of the variable names (like
      4 # "gs_access_key_id") or remove important markers (like the "[Credentials]" and
      5 # "[Boto]" section delimeters).
      6 #
      7 # This file was created by gsutil version "2011-09-06 15:34:49-07:00"
      8 # at 2011-09-27 14:43:20.
      9 #
     10 # You can create additional configuration files by running
     11 # gsutil config [options] [-o <config-file>]
     12 
     13 
     14 [Credentials]
     15 
     16 # Google OAuth2 credentials (for "gs://" URIs):
     17 # The following OAuth2 token is authorized for scope(s):
     18 #     https://www.googleapis.com/auth/devstorage.read_write
     19 gs_oauth2_refresh_token = 1/7hB6K3lhWIqB04Sqjp-xWJPNBNYq370V96pwEFjTx9g
     20 
     21 
     22 [Boto]
     23 
     24 # Set 'https_validate_certificates' to False to disable server certificate
     25 # checking. This is useful if you want to capture/analyze traffic using an
     26 # intercepting proxy. This option should always be set to True in production
     27 # environments.
     28 # In gsutil, the default for this option is True. *However*, the default for
     29 # this option in the boto library itself is currently 'False'; it is therefore
     30 # recommended to always set this option explicitly to True in configuration
     31 # files.
     32 https_validate_certificates = True
     33 
     34 
     35 [GSUtil]
     36 
     37 # 'default_api_version' specifies the default Google Storage API version to
     38 # use use. If not set below gsutil defaults to API version 1.
     39 default_api_version = 2
     40 
     41 # 'default_project_id' specifies the default Google Storage project ID to use
     42 # with the 'mb' and 'ls' commands. If defined it overrides the default value
     43 # you set in the API Console. Either of these defaults can be overridden
     44 # by specifying the -p option to the 'mb' and 'ls' commands.
     45 default_project_id = 449962335547
     46 
     47 
     48 [OAuth2]
     49 # This section specifies options used with OAuth2 authentication.
     50