mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix bug with head request - no query on version id for IA
This commit is contained in:
parent
a6da5bc80e
commit
243102a4d7
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ module Fog
|
|||
:host => "#{bucket_name}.#{@host}",
|
||||
:idempotent => true,
|
||||
:method => 'HEAD',
|
||||
:path => CGI.escape(object_name),
|
||||
:query => query
|
||||
:path => CGI.escape(object_name)
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue