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

13 commits

Author SHA1 Message Date
geemus
762d8f57d5 [aws|dynamodb] correct batch_put_item to batch_write_item for consistency with API 2012-04-29 16:31:28 -05:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Alex Gaudio
241ac21910 adds batch_put_item functionality to AWS dynamodb + test 2012-04-24 14:14:49 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Wesley Beary
02408c5e88 Merge pull request #770 from lancecarlson/patch-1
When Exists boolean is not specified, this request is not idempotent
2012-02-29 11:20:13 -08:00
Lance Carlson
58db569ad1 Scan sort of acts like a GET request, which are idempotent 2012-02-29 13:09:03 -05:00
Lance Carlson
252d901a20 When Exists boolean is not specified, this request is not idempotent 2012-02-29 13:00:20 -05:00
geemus
2d22c8bda6 [AWS|DynamoDB] first pass at query/scan requests 2012-02-05 12:00:04 -06:00
geemus
08b18cd514 [AWS|DynamoDB] fix for UpdateItem idempotency 2012-01-23 09:56:13 -06:00
geemus
7d29e09d11 [AWS|DynamoDB] update item should not be idempotent when an action is specified 2012-01-22 21:35:58 -06:00
geemus
bf0c720370 [AWS|DynamoDB] item requests 2012-01-22 17:12:07 -06:00
geemus
54036aeb1d [AWS|DynamoDB] cleanup/fixes for tables 2012-01-21 21:32:32 -06:00
geemus
1ae67784de [AWS|DynamoDB] table requests 2012-01-21 20:31:43 -06:00