Class: Aws::GoogleStorage

Inherits:
Google::APIClient::Storage
  • Object
show all
Defined in:
lib/aws/google.rb

Overview

Extend ::Google::APIClient::Storage to write ‘authorized_user’ to credentials, as required by Google’s default credentials loader.

Instance Method Summary collapse

Instance Method Details

#credentials_hashObject



197
198
199
# File 'lib/aws/google.rb', line 197

def credentials_hash
  super.merge(type: 'authorized_user')
end