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:
parent
5547abaa8c
commit
6856a63820
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ module Fog
|
||||||
'X-Auth-Key' => @hp_secret_key,
|
'X-Auth-Key' => @hp_secret_key,
|
||||||
'X-Auth-User' => @hp_access_key
|
'X-Auth-User' => @hp_access_key
|
||||||
},
|
},
|
||||||
:host => @host,
|
|
||||||
:port => @port,
|
|
||||||
:method => 'GET',
|
:method => 'GET',
|
||||||
:path => @auth_path
|
:path => @auth_path
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue