summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Boto 3 link in READMEreadme-boto3Daniel G. Taylor2015-03-051-0/+16
|
* whitespacelafleche.jonathan2015-02-241-1/+1
|
* fix for region change - including unit testslafleche.jonathan2015-02-242-0/+7
|
* Add us-gov-west-1 to glacier endpointsJames Saryerwinnie2015-02-131-1/+2
|
* Merge pull request #2951 from adamandpaul/developDaniel G. Taylor2015-02-111-3/+6
|\ | | | | Print archive ID in glacier upload script. Fixes #2951.
| * script glacier upload now returns the ArchiveIDAdam Terrey2015-02-101-3/+6
| |
* | Merge pull request #2952 from jimmystewpot/developDaniel G. Taylor2015-02-111-0/+16
|\ \ | |/ |/| Add some minor documentation for Route53 tutorial. Fixes #2952.
| * add some minor documentation for Route53 tutorialJames Lamb2015-02-101-0/+16
|/
* Remove trailing whitespaceJames Saryerwinnie2015-02-091-1/+1
|
* Updated code snippets in DynamoDB tutorialJohnny Wu2015-02-091-71/+123
|
* Merge pull request #2925 from pauloubuntu/developKyle Knapp2015-02-063-26/+430
|\ | | | | Add Amazon DynamoDB online indexing support on High level API
| * Updated documentation for create/update/delete global secondary indexesPaulo Almeida2015-02-051-4/+12
| |
| * Added unit tests for online global secondary indexes updatesPaulo Almeida2015-02-041-0/+137
| |
| * Merge remote-tracking branch 'origin/develop' into developPaulo Almeida2015-02-030-0/+0
| |\ | | | | | | | | | | | | Conflicts: tests/integration/dynamodb2/test_highlevel.py
| | * Added a few assertions to test_highlevel.pyPaulo Almeida2015-02-031-2/+40
| | |
| * | Added a few assertions to test_highlevel.pyPaulo Almeida2015-02-031-2/+40
| |/
| * Fixing a few documentation typos that @kyleknap pointed outPaulo Almeida2015-02-031-6/+6
| |
| * Add false return for a few conditional rulesPaulo Almeida2015-01-311-28/+50
| |
| * Fixed unit test for test_update methodPaulo Almeida2015-01-311-2/+1
| |
| * split global secondary indexes online suppot in smaller methods as discussed ↵Paulo Almeida2015-01-312-91/+159
| | | | | | | | on PR #2925
| * Added unit testPaulo Almeida2015-01-301-1/+66
| |
| * Added attribute_definitions = None on assert_caled_once_with testPaulo Almeida2015-01-301-1/+2
| |
| * PEP adjustmentsPaulo Almeida2015-01-301-5/+4
| |
| * amended dynamoDB update methodPaulo Almeida2015-01-301-74/+25
| |
| * Add Amazon DynamoDB online indexing support on high level apiPaulo Almeida2015-01-301-0/+116
| |
* | Merge pull request #2932 from kevinschaul/developDaniel G. Taylor2015-02-052-1/+11
|\ \ | | | | | | Ensure Content-Length header is a string. Fixes #2932.
| * | Cast Content-Length header to strKevin Schaul2015-02-041-1/+1
| | |
| * | Add test ensuring Content-Length header is a strKevin Schaul2015-02-041-0/+10
| | |
* | | Merge pull request #2937 from thieman/developDaniel G. Taylor2015-02-052-6/+6
|\ \ \ | |/ / |/| | Correct docs around overriding SGs on ELBs
| * | Correct docs around overriding SGs on ELBsTravis Thieman2015-02-052-6/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit corrects a critical documentation error where the `LoadBalancer.apply_security_groups` and `ELBConnection.apply_security_groups_to_lb` methods incorrectly state that they add security groups to a load balancer. These methods are not additive, rather they override any currently applied security groups with the security groups passed to them. This is potentially catastrophic from a user's perspective as a destructive method is being presented as non-destructive. The AWS documentation for the ApplySecurityGroupsToLoadBalancer action may be found here: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_ApplySecurityGroupsToLoadBalancer.html
* | Merge pull request #2927 from boto/dp-region-fixDaniel G. Taylor2015-02-021-2/+1
|\ \ | | | | | | Fix region bug. Fixes #2927.
| * | Fix region bugDaniel G. Taylor2015-02-021-2/+1
|/ / | | | | | | | | | | AWS Data Pipeline is not actually available in `eu-central-1` according to the [regions and endpoints](http://docs.aws.amazon.com/general/latest/gr/rande.html#datapipeline_region) documentation. This just removes the line that was mistakenly added.
* | Merge pull request #2926 from abutcher/fix-cloudhsmconnection-typoKyle Knapp2015-02-021-1/+1
|\ \ | |/ |/| Fix import for boto.cloudhsm.layer1.CloudHSMConnection.
| * Fix import for boto.cloudhsm.layer1.CloudHSMConnection.Andrew Butcher2015-02-021-1/+1
|/
* Bumped to 2.36.0kyleknap2015-01-273-3/+4
|
* Add release notes for 2.36.0kyleknap2015-01-271-0/+27
|
* Update dynamodb to support online indexingkyleknap2015-01-271-220/+331
|
* Merge pull request #2913 from kyleknap/fix-sqs-bytes-messageKyle Knapp2015-01-272-1/+19
|\ | | | | Allow for binary to be passed to sqs message
| * Allow for binary to be passed to sqs messagekyleknap2015-01-232-1/+19
| |
* | Merge pull request #2891 from kyleknap/kinesis-updateKyle Knapp2015-01-264-206/+473
|\ \ | | | | | | Kinesis update
| * | Fix an encoding bug in put_records kinesiskyleknap2015-01-221-1/+1
| | |
| * | Further update kinesis testskyleknap2015-01-153-8/+37
| | |
| * | Add integration test to kinesiskyleknap2015-01-152-5/+25
| | |
| * | Update kinesis to latest APIkyleknap2015-01-151-200/+363
| | |
| * | Fix binary input handling regression in KinesisDaniel G. Taylor2015-01-153-2/+57
| | | | | | | | | | | | | | | | | | This fixes #2543. It only encodes to bytes if the input is not already bytes. It also adds tests so that code updates will fail if we ever remove this logic.
* | | Merge pull request #2914 from tombenninger/fix-setup-lambda-typoKyle Knapp2015-01-261-1/+1
|\ \ \ | | | | | | | | Fixed spelling of boto.awslambda package.
| * | | Fixed spelling of boto.awslambda package.Tom Benninger2015-01-231-1/+1
|/ / /
* | | Merge pull request #2908 from kyleknap/ecsKyle Knapp2015-01-2311-1/+929
|\ \ \ | |_|/ |/| | Add support for Amazon EC2 Container Service
| * | Update copyright year to 2015kyleknap2015-01-235-5/+5
| | |
| * | Add support for Amazon EC2 Container Servicekyleknap2015-01-2311-1/+929
|/ /