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

add v1 auth fix #2248

This commit is contained in:
Peter Bonnell 2013-10-21 14:02:22 -07:00
parent 5547abaa8c
commit 6856a63820

View file

@ -85,8 +85,6 @@ module Fog
'X-Auth-Key' => @hp_secret_key,
'X-Auth-User' => @hp_access_key
},
:host => @host,
:port => @port,
:method => 'GET',
:path => @auth_path
})