Steve Pulec
|
3bddbb4af3
|
Test out py26 with new HTTPretty
|
2013-10-03 20:34:13 -04:00 |
|
Konstantinos Koukopoulos
|
b1d59c7e17
|
support cancelling of multipart upload
|
2013-09-30 18:36:25 +03:00 |
|
Konstantinos Koukopoulos
|
e49006c723
|
remove pdb
|
2013-09-30 16:36:51 +03:00 |
|
Konstantinos Koukopoulos
|
8f47355493
|
remove plus from id (for real this time)
|
2013-09-30 14:50:23 +03:00 |
|
Konstantinos Koukopoulos
|
4539012db6
|
throw proper error if multipart upload is too small
|
2013-09-30 14:35:24 +03:00 |
|
Konstantinos Koukopoulos
|
aead9bb0d5
|
Complete MultiPart Operation does specify a body
|
2013-09-30 14:34:56 +03:00 |
|
Konstantinos Koukopoulos
|
3630b3c21a
|
remove plus sign from id because it doesn't get parsed correctly in query string
|
2013-09-30 12:10:35 +03:00 |
|
Konstantinos Koukopoulos
|
04789a59fa
|
don't forget to send the etag in the headers when uploading a part
|
2013-09-30 12:10:05 +03:00 |
|
Konstantinos Koukopoulos
|
9746e72e1d
|
implement list parts
|
2013-09-30 12:09:35 +03:00 |
|
Konstantinos Koukopoulos
|
24ff30f9fc
|
multipart_id doesn't exist, it's upload_id
|
2013-09-30 11:51:18 +03:00 |
|
Konstantinos Koukopoulos
|
0b45622dcb
|
render part upload response correctly
|
2013-09-30 11:50:41 +03:00 |
|
Konstantinos Koukopoulos
|
f25caa872d
|
Merge branch 'master' of github.com:spulec/moto
Conflicts:
moto/s3/models.py
moto/s3/responses.py
|
2013-09-30 11:02:25 +03:00 |
|
Ryan Permeh
|
e951a7f2d7
|
push fixed value
|
2013-09-27 11:00:40 -07:00 |
|
Ryan Permeh
|
a5ecf26f5a
|
updated to fix split issue with paths with slashes
|
2013-09-27 10:47:32 -07:00 |
|
Marcus Ahle
|
611b820e3d
|
Adding HTML support for SES send_email()
|
2013-09-25 13:51:49 -04:00 |
|
Sylvain Fraïssé
|
0fd4a5a6f8
|
Updates a test to show the ltrip use problem
|
2013-09-24 00:00:52 +02:00 |
|
Sylvain Fraïssé
|
596b435e57
|
Fix the 'www.' strip changing the lstrip method by the replace
|
2013-09-23 23:34:33 +02:00 |
|
Steve Pulec
|
afad0bed14
|
Add ebs_optimized parameter to launch configurations
|
2013-09-10 16:54:57 -04:00 |
|
Steve Pulec
|
dc2802a238
|
Set __wrapped__ on MockAWS decorator to be the test function. cc #41.
|
2013-09-10 08:27:28 -04:00 |
|
Steve Pulec
|
a0e2cb3d98
|
Add EC2 spot instances
|
2013-08-17 18:11:29 -04:00 |
|
Steve Pulec
|
62b72377bd
|
Add visibletoallusers and normalizedinstancehours to EMR
|
2013-08-10 20:03:57 -04:00 |
|
Steve Pulec
|
e251fd8930
|
Add job_flow_role param or EMR
|
2013-08-08 10:40:29 -04:00 |
|
Steve Pulec
|
ded410460f
|
Add EMR backend
|
2013-08-07 20:36:58 -04:00 |
|
Steve Pulec
|
cea25e75c5
|
basic emr done
|
2013-08-07 20:32:29 -04:00 |
|
Steve Pulec
|
161a5744d1
|
Add more autoscaling params
|
2013-08-03 17:09:36 -04:00 |
|
Steve Pulec
|
d57157e749
|
Merge in autoscaling
|
2013-07-27 16:24:38 -04:00 |
|
Steve Pulec
|
674a85ba0b
|
Cleanup backend finding
|
2013-07-26 15:14:34 -04:00 |
|
Steve Pulec
|
8ad458cd72
|
Fix sys.argv bug
|
2013-07-26 15:03:16 -04:00 |
|
Lincoln de Sousa
|
2d51e38eab
|
Using argparse instead of using sys.argv directly
|
2013-07-26 14:46:14 -04:00 |
|
Steve Pulec
|
befcadc7fc
|
Add ELB server test
|
2013-07-22 22:56:02 -04:00 |
|
Steve Pulec
|
b40d3a5629
|
Basic ELB support
|
2013-07-22 22:50:58 -04:00 |
|
Steve Pulec
|
421a5e60af
|
Fix EC2 response tags. Closes #37.
|
2013-07-17 12:48:21 -04:00 |
|
Steve Pulec
|
af31744dbd
|
If ec2 filtering exclude all instances for a reservation, remove the reservation from the results.
|
2013-07-08 22:25:25 -04:00 |
|
Steve Pulec
|
46f9430bdd
|
Fix bug with modifying original reservations
|
2013-07-08 22:20:55 -04:00 |
|
Steve Pulec
|
257ca9f771
|
Add ec2 filtering by instance state
|
2013-07-08 21:18:05 -04:00 |
|
Steve Pulec
|
76ea9172da
|
Clean up ec2 instance state
|
2013-07-08 20:29:13 -04:00 |
|
Steve Pulec
|
fda5f83f87
|
Properly implement ec2.get_all_instances filtering by instance id
|
2013-07-08 19:25:47 -04:00 |
|
Steve Pulec
|
b8957e0c6e
|
Stop using deprecated md5, switch to hashlib. Closes #36
|
2013-07-08 12:46:36 -04:00 |
|
Steve Pulec
|
c6d6a0273d
|
Fix for iam credentials in boto version < 2.9
|
2013-06-27 00:01:33 -04:00 |
|
Steve Pulec
|
7ef6a1c44e
|
clean backend finding
|
2013-06-25 12:45:24 -04:00 |
|
Steve Pulec
|
eb70174ed5
|
Add port option.
|
2013-06-25 12:42:24 -04:00 |
|
Steve Pulec
|
87c86bb902
|
Need to reset app view functions to prevent Flask assertion error on resetting view functions.
|
2013-06-25 12:36:21 -04:00 |
|
Steve Pulec
|
212d9c7abe
|
core sts endpoints completed
|
2013-05-24 17:22:34 -04:00 |
|
Steve Pulec
|
3bc975188f
|
more s3 tests for posting
|
2013-05-17 19:41:39 -04:00 |
|
Steve Pulec
|
9f19662d1c
|
allow passing user data to run_instances
|
2013-05-17 19:35:53 -04:00 |
|
Steve Pulec
|
c14b8cae74
|
Merge pull request #31 from Memoto/master
Support for metadata in S3 and POST:ing to a bucket
|
2013-05-17 06:47:30 -07:00 |
|
Dan Berglund
|
7de4399b93
|
Added tests and made current tests pass
|
2013-05-17 11:43:09 +02:00 |
|
Dan Berglund
|
d8e9301c54
|
Added metadata to HEAD-response, boto uses this when only metadata is fetched
|
2013-05-17 09:59:05 +02:00 |
|
Dan Berglund
|
3880be5ea9
|
Added support for metadata on files, and support for POST:ing files to S3
|
2013-05-17 09:59:04 +02:00 |
|
Steve Pulec
|
549cb23b7f
|
Better error messaging for dynamodb table gets for range key tables without range keys used. cc #28
|
2013-05-16 22:24:26 -04:00 |
|