lib/fog/aws/requests/dynamodb/scan.rb in fog-1.3.1 vs lib/fog/aws/requests/dynamodb/scan.rb in fog-1.4.0

- old
+ new

@@ -31,10 +31,10 @@ body = { 'TableName' => table_name }.merge(options) request( - :body => MultiJson.encode(body), + :body => Fog::JSON.encode(body), :headers => {'x-amz-target' => 'DynamoDB_20111205.Scan'}, :idempotent => true ) end