class Aws::GoogleStorage

Extend ::Google::APIClient::Storage to write {type: 'authorized_user'} to credentials, as required by Google's default credentials loader.

Public Instance Methods

credentials_hash() click to toggle source
Calls superclass method
# File lib/aws/google.rb, line 201
def credentials_hash
  super.merge(type: 'authorized_user')
end