Commit Graph

141 Commits

Author SHA1 Message Date
Steve Pulec
dbf2368aa6 Implement SQS get_queue_url. Closes #18 2013-04-18 23:07:24 -04:00
Steve Pulec
afc7a64a34 0.1.3 2013-04-14 11:17:25 -04:00
Steve Pulec
be26daaff4 Fix S3 bucket list objects order and delimiters. Closes #14. 2013-04-13 19:23:32 -04:00
Steve Pulec
98d7a50790 Unquote s3 key names. Closes #13. 2013-04-13 19:00:37 -04:00
Steve Pulec
8fe0c91853 Fix services to work better with other regions. Closes #17. 2013-04-13 18:22:26 -04:00
Steve Pulec
d96769a91c Fix for buckets with periods in them. Closes #15. 2013-04-13 17:28:00 -04:00
Steve Pulec
b7c46ae7bf fix S3 last_modified. Closes #8 2013-03-29 17:45:33 -04:00
Steve Pulec
3882858639 remove note about which boto version was tested 2013-03-27 19:57:36 -04:00
Steve Pulec
7f26525445 0.1.2 2013-03-26 10:13:50 -04:00
Steve Pulec
e64c73efed Allow writing empty body to s3 key if content-length is zero. Better fix for #6. 2013-03-26 10:11:16 -04:00
Steve Pulec
756955b61e Temporary fix to allow for writing empty strings to s3 keys. Closes #6. 2013-03-26 09:02:04 -04:00
Steve Pulec
e677193753 0.1.1 2013-03-23 10:01:04 -04:00
Steve Pulec
2b63c79c90 remove old extra dispatch method 2013-03-23 10:00:43 -04:00
Steve Pulec
e55f26a07a S3 should allow dashes in bucket names. Closes #5. 2013-03-23 09:57:20 -04:00
Steve Pulec
b03d48e6bc fixes to sqs encoding. Closes #4. 2013-03-23 09:44:53 -04:00
Steve Pulec
a53f5c6730 0.1.0 2013-03-19 11:47:11 -04:00
Steve Pulec
fe2b3518ae move back to bundled httpretty for now 2013-03-19 11:46:54 -04:00
Steve Pulec
46b38c705c better setup.py description 2013-03-19 11:45:19 -04:00
Steve Pulec
71e9e295f6 0.0.10 2013-03-17 18:58:08 -04:00
Steve Pulec
d49baae644 add STS test 2013-03-17 18:39:21 -04:00
Steve Pulec
ec3ab5ade7 fix httpretty dependency link 2013-03-17 18:24:54 -04:00
Steve Pulec
cd518d060e move to httpretty fork instead of bundling it. 2013-03-17 18:13:21 -04:00
Steve Pulec
5bec85c6c0 make httpretty fork closed to upstream 2013-03-17 18:10:31 -04:00
Steve Pulec
46e31d1ecc pull some changes from upstream 2013-03-16 11:20:07 -04:00
Steve Pulec
893b446890 move dynamodb responses from camelcase 2013-03-16 00:33:57 -04:00
Steve Pulec
53dc766dad 0.0.9 2013-03-16 00:29:19 -04:00
Steve Pulec
a5eaaaad51 fix for scanning without filter 2013-03-15 17:14:14 -04:00
Steve Pulec
d29ca8503e move sts handler 2013-03-15 15:45:28 -04:00
Steve Pulec
73a18b5f74 add dynamo sts handler 2013-03-15 13:57:20 -04:00
Steve Pulec
65169a60d1 fix makefile to work if .coverage doesnt exist 2013-03-15 11:21:03 -04:00
Steve Pulec
6a3be2eba8 remove warning from readme 2013-03-15 11:11:23 -04:00
Steve Pulec
c1b9718282 move dynamo type comparison inside the dynamo type class 2013-03-15 11:10:38 -04:00
Steve Pulec
ffa193cb10 change status of dynamo in readme 2013-03-15 10:24:41 -04:00
Steve Pulec
9b862d7b25 0.0.8 2013-03-15 10:23:59 -04:00
Steve Pulec
930e4c9762 fix keys to use types 2013-03-15 00:45:12 -04:00
Steve Pulec
11c1a2a4c1 add tests for tables without range keys. tests back to 100% 2013-03-14 22:52:32 -04:00
Steve Pulec
cc23453d77 add batch get 2013-03-14 00:26:55 -04:00
Steve Pulec
0398da2c8d add batch write 2013-03-13 23:41:01 -04:00
Steve Pulec
3e6f802a20 more comprehensive table scanning and querying 2013-03-13 22:44:54 -04:00
Steve Pulec
ad4b6c4ee2 add dynamodb scanning 2013-03-13 10:11:13 -04:00
Steve Pulec
58ac6c44b0 add comparisons file missed in last commit 2013-03-13 09:07:57 -04:00
Steve Pulec
621ac79f33 add table delete and update. add item ops, including querying. 2013-03-13 09:06:45 -04:00
Steve Pulec
1f0fd7fac7 add coverage stats to readme 2013-03-11 00:13:28 -04:00
Steve Pulec
2d98a9caef some more tests to bump coverage 2013-03-11 00:12:22 -04:00
Steve Pulec
127a0d5993 add cover-packge to coverage config 2013-03-10 23:46:44 -04:00
Steve Pulec
7e9452b7d1 switch to fork of python-coveralls 2013-03-10 23:39:28 -04:00
Steve Pulec
23bd68955f travis needs to output .coverage 2013-03-10 22:38:18 -04:00
Steve Pulec
e7afd8263a try out coveralls 2013-03-10 22:34:30 -04:00
Steve Pulec
9db1107caa exclude NotImplemented and 3rd party packages from coverage 2013-03-10 22:20:55 -04:00
zmsmith
c196e15cf7 Table listing now supports limits and continuations 2013-03-10 21:16:58 -04:00