Steve Pulec
|
127625bdc3
|
fix typo.
|
2015-10-30 10:10:49 -04:00 |
|
Steve Pulec
|
015e7ea9a2
|
py3 fix.
|
2015-10-30 10:05:53 -04:00 |
|
Steve Pulec
|
ac1bb336c8
|
firest draft of firehose support.
|
2015-10-30 09:59:57 -04:00 |
|
Enis Afgan
|
e07894c6e4
|
When adding security group rules, allow a source group only to be specified - as per boto docs & functionality
|
2015-10-29 07:27:35 +01:00 |
|
Yoriyasu Yano
|
f0cc561aa7
|
Use correct kwarg when creating database
|
2015-10-20 09:12:59 -07:00 |
|
Steve Pulec
|
3622fd172e
|
Merge pull request #437 from gvlproject/master
Set snapshots to be in a completed state after being created and added
|
2015-10-17 23:10:14 -04:00 |
|
nuwan_ag
|
0b3ad166c0
|
Set snapshots to be in a completed state after being created and added
test case
|
2015-10-14 02:34:36 +11:00 |
|
Mike Kaplinskiy
|
131d44f0ad
|
Add S3 ACL supprt.
|
2015-10-07 00:14:37 -07:00 |
|
Steve Pulec
|
96cf5eabc4
|
Merge pull request #434 from milesoc/master
Add tag support on create/read for autoscaling groups
|
2015-10-06 20:29:05 -04:00 |
|
Steve Pulec
|
11cb2fba16
|
0.4.15
|
2015-10-06 15:20:21 -04:00 |
|
milesoc
|
b3096af098
|
Set tags in response, fix tests for tags
|
2015-10-06 18:07:58 +00:00 |
|
Miles O'Connell
|
3c38a551b2
|
Adding tags to AutoScalingGroups
|
2015-10-06 09:21:26 -07:00 |
|
Steve Pulec
|
123d1e3965
|
Merge pull request #431 from araines/master
Fixes #430: MD5 hashing should be done to the real body, not an escaped one
|
2015-10-05 18:28:34 -04:00 |
|
Steve Pulec
|
37f86626cc
|
Merge pull request #425 from ZuluPro/random_key_pair
Remade ec2.utils.random_key_pair for be really random
|
2015-10-05 18:25:17 -04:00 |
|
Steve Pulec
|
507c03a0c7
|
Merge pull request #424 from ZuluPro/keypairs
Implemented import key pair
|
2015-10-05 18:24:21 -04:00 |
|
Hugo Lopes Tavares
|
e5675e9533
|
Change CloudFormationResponse.get_template() to return GetTemplateResponse/GetTemplateResult/TemplateBody
|
2015-10-05 15:21:30 -04:00 |
|
Andy Raines
|
76bce7954a
|
Fixes #430: MD5 hashing should be done to the real body, not an escaped one
|
2015-10-05 14:14:56 +01:00 |
|
ZuluPro
|
b85b415977
|
Implemented import key pair
|
2015-09-24 17:34:08 +02:00 |
|
Anthony Monthe
|
0999a49b5b
|
Added describe instance types
|
2015-09-23 14:50:47 +02:00 |
|
Steve Pulec
|
f72613cc47
|
Fix queue urls for other regions. Closes #411.
|
2015-09-19 09:18:16 -04:00 |
|
Steve Pulec
|
bee2b5a891
|
Merge pull request #414 from 2mf/master
DynamoDB2 is overwriting the table instead of returning an error
|
2015-09-19 09:05:08 -04:00 |
|
Steve Pulec
|
5a8f3bd616
|
Merge pull request #412 from ybastide/master
Tweak ResponseObject to let bucket.delete_keys work with s3bucket_path.
|
2015-09-19 09:04:17 -04:00 |
|
Steve Pulec
|
d58afc13fd
|
Merge pull request #413 from jszwedko/master
Add support for latency based route53 records
|
2015-09-19 09:03:38 -04:00 |
|
Steve Pulec
|
967c778390
|
0.4.14
|
2015-09-17 17:21:57 -04:00 |
|
Hugo Lopes Tavares
|
dafddb094b
|
Implement CloudFormation's physical_resource_id for Data Pipeline
|
2015-09-17 15:29:14 -04:00 |
|
Hugo Lopes Tavares
|
8623483c0f
|
Change data pipeline responses to start with lowercase characters
|
2015-09-17 15:26:35 -04:00 |
|
Steve Pulec
|
65dd7f7639
|
Change fields to be start with lower case based on examing of real AWS calls.
|
2015-09-16 18:13:44 -04:00 |
|
Hugo Lopes Tavares
|
25f9e8b588
|
Change CloudFormation to support Data Pipelines
|
2015-09-16 17:49:13 -04:00 |
|
Hugo Lopes Tavares
|
0cef332840
|
Add support to ListPipelines
|
2015-09-16 15:49:15 -04:00 |
|
Steve Pulec
|
1b811e6949
|
0.4.13
|
2015-09-16 11:29:03 -04:00 |
|
Steve Pulec
|
db23b7d24c
|
Fix state to start as PENDING and only become SCHEDULED on activation.
|
2015-09-16 11:22:52 -04:00 |
|
Steve Pulec
|
b0ea9f2859
|
Fix tests for server mode.
|
2015-09-16 10:11:43 -04:00 |
|
Steve Pulec
|
95169c6011
|
First version of datapipelines.
|
2015-09-16 10:00:38 -04:00 |
|
ZuluPro
|
23c2e7835e
|
Remade ec2.utils.random_key_pair for be really random
|
2015-09-15 20:09:35 -04:00 |
|
Michael
|
31d30c8ea4
|
return the correct response tryin to re-create a table
|
2015-09-10 11:31:46 +02:00 |
|
Jesse Szwedko
|
14ec3531ff
|
Add support for latency based route53 records
Store and marshal the region field of records
Signed-off-by: Kevin Donnelly <kevin.donnelly@getbraintree.com>
|
2015-09-08 21:36:32 +00:00 |
|
zeb
|
b59a77d5bb
|
Tweak bucket.delete_keys for s3bucket_path.
|
2015-09-04 19:02:26 +02:00 |
|
Steve Pulec
|
8b0f42afed
|
0.4.12
|
2015-08-31 16:56:07 -04:00 |
|
Steve Pulec
|
1dcfcbca57
|
Add cloudformation tags.
|
2015-08-31 16:48:36 -04:00 |
|
Dustin J. Mitchell
|
00e40c487e
|
Return messages once they are gathered
If one or more messages are available, stop waiting and return them.
|
2015-08-31 11:27:42 -04:00 |
|
Steve Pulec
|
b55600ce42
|
0.4.11
|
2015-08-26 22:58:34 -04:00 |
|
Steve Pulec
|
984e221cab
|
Merge pull request #408 from pitluga/elb_boto3_support
Make all existing ELB endpoints compatible with boto3
|
2015-08-26 22:55:29 -04:00 |
|
Tony Pitluga
|
1d8252feea
|
Make all existing ELB endpoints compatible with boto3
|
2015-08-24 15:07:14 +00:00 |
|
Pior Bastida
|
43ceb8b06a
|
Fix incorrect dynamodb2 delete_item response
Attribute field must be a mapping (not a list)
|
2015-08-20 17:06:10 -04:00 |
|
Pior Bastida
|
2650eab295
|
Implement XML responses for SNS (for Boto3)
|
2015-08-20 14:57:17 -04:00 |
|
Jot
|
178d1c3a93
|
Added support for WaitTimeSeconds in SQS #392
|
2015-08-13 02:58:14 +02:00 |
|
Steve Pulec
|
73f03d1ccf
|
Add redshift support for cloudformation.
|
2015-08-08 13:29:37 -04:00 |
|
Steve Pulec
|
323f720cb5
|
Fix S3 bucket policy delete. Closes #396.
|
2015-08-07 22:43:24 -04:00 |
|
Steve Pulec
|
6b2f54604e
|
0.4.10
|
2015-08-03 22:17:19 -04:00 |
|
Steve Pulec
|
df6ff57d24
|
Fix ASG instance_type.
|
2015-08-03 21:52:43 -04:00 |
|