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:
parent
c92478200f
commit
9c84908ded
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue