mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge branch 'master' of github.com:fog/fog
This commit is contained in:
commit
4849e12b26
2 changed files with 3 additions and 3 deletions
lib/fog/aws/requests/dynamodb
|
@ -31,8 +31,7 @@ module Fog
|
|||
|
||||
request(
|
||||
:body => MultiJson.encode(body),
|
||||
:headers => {'x-amz-target' => 'DynamoDB_20111205.PutItem'},
|
||||
:idempotent => true
|
||||
:headers => {'x-amz-target' => 'DynamoDB_20111205.PutItem'}
|
||||
)
|
||||
end
|
||||
|
||||
|
|
|
@ -34,7 +34,8 @@ module Fog
|
|||
|
||||
request(
|
||||
:body => MultiJson.encode(body),
|
||||
:headers => {'x-amz-target' => 'DynamoDB_20111205.Scan'}
|
||||
:headers => {'x-amz-target' => 'DynamoDB_20111205.Scan'},
|
||||
:idempotent => true
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue