mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Passing the connection_options parameter to underlying Fog::Storage object
for Fog::RiakCS::Provisioning.
This commit is contained in:
parent
5aeb68be0b
commit
29c7979817
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ module Fog
|
|||
:aws_secret_access_key => @riakcs_secret_access_key,
|
||||
:host => @host,
|
||||
:port => @port,
|
||||
:scheme => @scheme
|
||||
:scheme => @scheme,
|
||||
:connection_options => @connection_options
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue