mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storage][google] fix leftover namespace mismatch
This commit is contained in:
parent
9a6ad3ae04
commit
c663289072
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Fog
|
|||
:headers => headers,
|
||||
:host => "#{target_bucket_name}.#{@host}",
|
||||
:method => 'PUT',
|
||||
:parser => Fog::Parsers::Storage::Storage::CopyObject.new,
|
||||
:parser => Fog::Parsers::Storage::Google::CopyObject.new,
|
||||
:path => CGI.escape(target_object_name)
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue