Class: Gcloud::Storage::Credentials

Inherits:
Credentials show all
Defined in:
lib/gcloud/storage/credentials.rb

Constant Summary collapse

SCOPE =
["https://www.googleapis.com/auth/devstorage.full_control"]
PATH_ENV_VARS =
%w(STORAGE_KEYFILE GCLOUD_KEYFILE GOOGLE_CLOUD_KEYFILE)
JSON_ENV_VARS =
%w(STORAGE_KEYFILE_JSON GCLOUD_KEYFILE_JSON
GOOGLE_CLOUD_KEYFILE_JSON)

Constants inherited from Credentials

Credentials::AUDIENCE, Credentials::DEFAULT_PATHS, Credentials::TOKEN_CREDENTIAL_URI

Instance Attribute Summary

Attributes inherited from Credentials

#client

Method Summary

Methods inherited from Credentials

default, #initialize

Constructor Details

This class inherits a constructor from Gcloud::Credentials