mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
When Exists boolean is not specified, this request is not idempotent
This commit is contained in:
parent
a3245b3a84
commit
252d901a20
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue