Merge pull request #770 from lancecarlson/patch-1

When Exists boolean is not specified, this request is not idempotent
This commit is contained in:
Wesley Beary 2012-02-29 11:20:13 -08:00
commit 02408c5e88
1 changed files with 1 additions and 2 deletions

View File

@ -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