mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|storage] fix method signature for setup_credentials
This commit is contained in:
parent
a6b823b526
commit
97afe78325
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ module Fog
|
|||
"foo"
|
||||
end
|
||||
|
||||
def setup_credentials
|
||||
def setup_credentials(options)
|
||||
@aws_access_key_id = options[:aws_access_key_id]
|
||||
@aws_secret_access_key = options[:aws_secret_access_key]
|
||||
@aws_session_token = options[:aws_session_token]
|
||||
|
|
Loading…
Add table
Reference in a new issue