mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Scan sort of acts like a GET request, which are idempotent
This commit is contained in:
parent
a3245b3a84
commit
58db569ad1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue