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,8 +43,9 @@ module Fog
|
|||
module Utils
|
||||
|
||||
def cdn
|
||||
@cdn ||= Fog::Rackspace::CDN.new(
|
||||
:rackspace_api_key => @rackspace_api_key,
|
||||
@cdn ||= Fog::CDN.new(
|
||||
:provider => 'Rackspace',
|
||||
:rackspace_api_key => @rackspace_api_key,
|
||||
:rackspace_username => @rackspace_username
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue