mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[s3] more head_object fix
This commit is contained in:
parent
0f5331ae81
commit
68f699e144
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Fog
|
||||||
:host => "#{bucket_name}.#{@host}",
|
:host => "#{bucket_name}.#{@host}",
|
||||||
:method => 'HEAD',
|
:method => 'HEAD',
|
||||||
:path => CGI.escape(object_name),
|
:path => CGI.escape(object_name),
|
||||||
:query => CGI.escape(version_id)
|
:query => query
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue