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

Merge pull request #2198 from soulcutter/fix-s3-restore-signature

Fix AWS S3 POST object restore SignatureDoesNotMatch error
This commit is contained in:
Wesley Beary 2013-09-30 13:44:37 -07:00
commit b84097983c

View file

@ -29,7 +29,7 @@ module Fog
request({ request({
:headers => headers, :headers => headers,
:host => "#{bucket_name}.#{@host}", :bucket_name => bucket_name,
:expects => [200, 202, 409], :expects => [200, 202, 409],
:body => data, :body => data,
:method => 'POST', :method => 'POST',