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:
commit
b84097983c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue