Class: Aws::GoogleStorage
- Inherits:
-
Google::APIClient::Storage
- Object
- Google::APIClient::Storage
- Aws::GoogleStorage
- 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_hash ⇒ Object
201 202 203 |
# File 'lib/aws/google.rb', line 201 def credentials_hash super.merge(type: 'authorized_user') end |