1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Pass connection_options hash to the cdn connection in the storage provider.

This commit is contained in:
Rupak Ganguly 2012-04-16 17:18:58 -04:00
parent c92478200f
commit 9c84908ded

View file

@ -36,7 +36,8 @@ module Fog
:hp_secret_key => @hp_secret_key,
:hp_auth_uri => @hp_auth_uri,
:hp_cdn_uri => @hp_cdn_uri,
:hp_tenant_id => @hp_tenant_id
:hp_tenant_id => @hp_tenant_id,
:connection_options => @connection_options
)
if @cdn.enabled?
@cdn