mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|storage] use non-deprecated cdn connection
This commit is contained in:
parent
da1804a090
commit
228367e293
1 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,8 @@ module Fog
|
||||||
module Utils
|
module Utils
|
||||||
|
|
||||||
def cdn
|
def cdn
|
||||||
@cdn ||= Fog::Rackspace::CDN.new(
|
@cdn ||= Fog::CDN.new(
|
||||||
|
:provider => 'Rackspace',
|
||||||
:rackspace_api_key => @rackspace_api_key,
|
:rackspace_api_key => @rackspace_api_key,
|
||||||
:rackspace_username => @rackspace_username
|
:rackspace_username => @rackspace_username
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue