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

Merge pull request #771 from lancecarlson/patch-2

Scan sort of acts like a GET request, which are idempotent
This commit is contained in:
Wesley Beary 2012-02-29 11:19:37 -08:00
commit 7a5696b8f5

View file

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