summaryrefslogtreecommitdiff
path: root/boto/cloudfront
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary decode->encode routine as suggestedFelix Yan2014-07-091-14/+14
|\
* | fix tests and decode bodyFelix Yan2014-07-081-8/+8
* | cloudfront module: add backward-compatible support for Python 3.3+Felix Yan2014-07-033-10/+10
|/
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+1
* Added some unit tests for cloudfrontPascal Hakim2014-02-041-2/+3
* Added some missing __repr__() methods to cloudfrontPascal Hakim2014-02-031-0/+9
* Merge remote-tracking branch 'zachm/add_profile_credentials_config' into developDaniel Lindsley2014-01-131-2/+3
|\
| * Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+3
* | Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-263-9/+10
|\ \ | |/
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-233-9/+10
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-183-8/+8
|/
* Whitespace removal.Daniel Lindsley2013-12-182-4/+4
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-182-12/+10
* Update distribution.pyLorrin Nelson2013-08-061-2/+2
* Merge branch 'cloudfront-logging' into developDaniel Lindsley2013-07-231-4/+4
|\
| * Fixed the ability to specify ``logging`` on ``DistributionConfig``.Daniel Lindsley2013-07-231-4/+4
* | _sign_string private_key_file can now be file-likeSean Myers2013-02-221-6/+8
|/
* Removed overeager seekSean Myers2013-01-081-1/+0
* Unconditional 'else' was causing breakageSean Myers2013-01-011-1/+1
* Changed Distribution._sign_string over to use rsaSean Myers2012-12-311-13/+12
* Cleaning up some trailing whitespaceSean Myers2012-12-311-11/+11
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-5/+2
* Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+4
* get_invalidation -> get_invalidation_requestJustin Riley2012-06-201-1/+1
* add __repr__ to InvalidationBatchJustin Riley2012-06-201-0/+3
* add get_invalidation_requests to CF connectionJustin Riley2012-06-202-1/+165
* allow custom ResultSet class in _get_all_objectsJustin Riley2012-06-201-2/+5
* BUGFIX: MalformedPolicy Error (CloudFront signed URLs) Rajiv Navada2012-06-171-2/+7
* Forgot to fix cloudfront module in last commit for #792.Mitch Garnaat2012-06-041-36/+43
* Fixing bug where distribution not being used as the connection object if setAlexander Dean2012-04-301-1/+1
* restore Python 2.5.x compatibilityJames Brown2012-03-051-1/+4
* fix malformed policy issueunknown2012-01-261-3/+4
* Fixing Sphinx warnings and errors.Greg Taylor2012-01-191-22/+20
* Cleaned up, added docstrings.Mike Milner2011-10-031-5/+64
* Changed NotImplemented to NotImplementedError.Mike Milner2011-10-031-1/+1
* Fixed bug signing unicode policies.Mike Milner2011-10-031-1/+1
* Refactored URL generation for better testing.Mike Milner2011-10-031-37/+43
* Add initial cloudfront signed url support.Mike Milner2011-09-301-1/+119
* Added cloudfront trusted_signers parameter.Mike Milner2011-09-301-4/+7
* Merging fix from jgroszko branch.Mitch Garnaat2011-08-301-2/+2
* Merging change from natedub, fixing conflict.Mitch Garnaat2011-08-301-2/+15
|\
| * Document how to set the origin access identity on and existing DistributionNathan Wright2011-08-191-2/+15
| * Fix cloudfront Distribution._get_bucket (also fixes get_objects, etc)Nathan Wright2011-08-191-1/+2
* | Patching up get_object on Distribution object so it doesn't break but this ne...Mitch Garnaat2011-08-261-13/+17
|/
* added function to request the status of a cloudfront invalidation request. flipkin2011-05-231-0/+13
* Don't use mutable default argsMatt Billenstein2011-05-031-2/+2
* Added support for the <InProgressInvalidationBatches> element of CloudFront d...Jon Colverson2011-03-131-0/+3
* Removed references to update() arguments that no longer exist.Jon Colverson2011-02-191-6/+0
* Merge branch 'master' of https://github.com/flipkin/boto into flipkin-masterMitch Garnaat2011-02-191-1/+1
|\