jjofseattle
8da1d31432
fix style issues
2013-11-15 15:29:01 -08:00
jjofseattle
a11c80fe20
add route53
2013-11-14 11:14:14 -08:00
Steve Pulec
d5b3af202e
0.2.10
2013-11-08 16:05:36 -05:00
Jeff Gregory
df3155c869
when getting a key (HEAD request) return key.value instead of empty string. This is will mirror boto's method.
2013-11-08 15:36:39 -05:00
Brock Pytlik
5a475881d2
support bucket names in url paths in s3bucket_path
2013-11-08 15:36:38 -05:00
Steve Pulec
59858dd685
Merge pull request #61 from StartTheShift/master
...
improvements for local development
2013-11-08 12:08:32 -08:00
Jon Haddad
09b6d67744
dev requirements file. installs requirements.txt plus anything needed for local development
2013-10-30 14:28:53 -07:00
Jon Haddad
1fca6fd858
ignoring noseids and build dir
2013-10-30 14:23:12 -07:00
Steve Pulec
661fc39951
Merge pull request #54 from JeffMGreg/master
...
Pull request for issue 53
2013-10-28 18:59:01 -07:00
Jeff Gregory
c75a233f6c
when getting a key (HEAD request) return key.value instead of empty string. This is will mirror boto's method.
2013-10-25 14:36:49 -07:00
Steve Pulec
23833bc16e
Add @IlyaSukhanov to authors
2013-10-14 15:07:43 -04:00
Steve Pulec
6d0356a30b
Merge pull request #49 from IlyaSukhanov/master
...
Elastic IP & Instance states
2013-10-14 12:06:58 -07:00
Ilya Sukhanov
f8f8d25426
Implement Elastic IP
2013-10-08 22:30:21 -04:00
Ilya Sukhanov
a63601e481
Implement ImageId parameter in DescribeImages
2013-10-08 22:30:21 -04:00
Ilya Sukhanov
b5a454e0da
When manipulating instance save end states instead of transitional
...
When starting an instance it should eventually enter running state. At
least in the normal case. So we report pending but save running, this
way when client requests state of instance a second time, we reply with
running.
Similar thing for stop/terminate/reboot.
2013-10-08 22:30:21 -04:00
Steve Pulec
c09110c905
Add @mhock to authors for his python 2.6 help
2013-10-03 20:46:49 -04:00
Steve Pulec
d8ca75deaa
Merge pull request #48 from spulec/py26
...
Now supporting Python 2.6 as long as we're using the very latest HTTPretty
2013-10-03 17:43:37 -07:00
Steve Pulec
879e93e987
Add tox file
2013-10-03 20:34:31 -04:00
Steve Pulec
3bddbb4af3
Test out py26 with new HTTPretty
2013-10-03 20:34:13 -04:00
Steve Pulec
6b9ca76734
Merge pull request #47 from rpermeh/master
...
updated to fix split issue with paths with slashes
2013-10-02 17:40:05 -07: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
Steve Pulec
37cf88c82b
Merge pull request #46 from marcus-ahle/master
...
Adding HTML support for SES send_email()
2013-09-26 11:09:28 -07:00
Marcus Ahle
766fed9767
Adding test for sending html email
2013-09-26 09:17:38 -04:00
Marcus Ahle
611b820e3d
Adding HTML support for SES send_email()
2013-09-25 13:51:49 -04:00
Steve Pulec
20a34a1be2
Merge pull request #45 from fraisse/fix/domain_www_strip_error
...
Fix the 'www.' strip changing the lstrip method by the replace
2013-09-24 16:30:44 -07:00
Steve Pulec
f805717231
Update README S3 example to actually work.
2013-09-24 10:44:25 -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
fe1f3ec06c
Merge pull request #44 from spulec/add-more-boto-versions
...
Adding more boto versions to testing
2013-09-16 18:30:58 -07:00
Steve Pulec
a49bc57279
Adding more boto versions to testing
2013-09-16 21:24:32 -04:00
Steve Pulec
1e11bb1b27
Skip tests for ebs_optimized since it is only in 2.12
2013-09-10 17:04:56 -04:00
Steve Pulec
ceed17bec4
0.2.9
2013-09-10 16:55:12 -04: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
1f83e6feea
job_flow_role is not available in boto 2.7
2013-08-08 10:55:02 -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
02fa630a3c
Fix dynamo batch length
2013-08-03 17:27:34 -04:00
Steve Pulec
59fe1abfdf
Cleanup flake8
2013-08-03 17:21:25 -04:00
Steve Pulec
161a5744d1
Add more autoscaling params
2013-08-03 17:09:36 -04:00
Steve Pulec
dc4c50d13d
0.2.8
2013-07-28 17:01:49 -04:00
Steve Pulec
46c297aea1
Add autoscaling and ELB to readme
2013-07-27 16:29:47 -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
168b049b4d
Add @clarete to authors
2013-07-26 15:04:34 -04:00
Steve Pulec
8ad458cd72
Fix sys.argv bug
2013-07-26 15:03:16 -04:00