1
0
Fork 0
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:
Hector Castro 2013-06-26 14:35:48 -04:00
parent 5aeb68be0b
commit 29c7979817

View file

@ -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