Sha256: c5575486f210952552502e0d7b2b45830156f381cadf1b8a0b5c595832ae8e42

Contents?: true

Size: 1 KB

Versions: 15

Compression:

Stored size: 1 KB

Contents

##################################################################
# This is configuration snippet to configure Google Cloud Platform
# for fog library.
#
# 1. Copy this file into your home dir: "~/.fog":
#
#    $ cat .fog.example >> ~/.fog
#
# 2. Follow instructions to generate a private key: 
#    https://cloud.google.com/storage/docs/authentication#generating-a-private-key
#
# 3. Edit the new file accordingly.
#
##################################################################
# START GOOGLE CONFIG
my_google_credentials:
    google_project: my-project-id
    google_json_key_location: /path/to/my-project-xxxxxxxxxxxx.json
    # You can also provide service account credentials with `google_json_key_string`
    # If so, uncomment the two following lines.
    # HMAC credentials follow a similar format:
	#google_storage_access_key_id: GOOGXXXXXXXXXXXXXXXX
	#google_storage_secret_access_key: XXXX+XXX/XXXXXXXX+XXXXXXXXXXXXXXXXXXXXX
# /END GOOGLE CONFIG
#################################################################

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fog-google-1.18.0 .fog.example
fog-google-1.17.0 .fog.example
fog-google-1.16.1 .fog.example
fog-google-1.16.0 .fog.example
fog-google-1.15.0 .fog.example
fog-google-1.14.0 .fog.example
gitlab-fog-google-1.14.0 .fog.example
fog-google-1.13.0 .fog.example
gitlab-fog-google-1.13.0 .fog.example
fog-google-1.12.1 .fog.example
fog-google-1.12.0 .fog.example
fog-google-1.11.0 .fog.example
fog-google-1.10.0 .fog.example
fog-google-1.9.1 .fog.example
fog-google-1.9.0 .fog.example