summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Connecting to Layer2 by default in glacier modulemoliware2012-09-031-6/+6
* | Adding glacier to the doc indexes.Mitch Garnaat2012-09-033-2/+60
* | Adding a delete_archive method to Vault. Also a few PEP8 fixes.Mitch Garnaat2012-09-031-4/+11
* | Merge pull request #958 from moliware/glacierMitch Garnaat2012-09-021-1/+1
|\ \ | |/
| * Fixes UnicodeDecodeError raised when you upload binary filesmoliware2012-09-021-1/+1
|/
* Resolving merge conflicts.Mitch Garnaat2012-09-013-22/+64
|\
| * Fixed syntax errors in Writer.closemoliware2012-08-311-2/+4
| * Single operation upload for Vault class. Also a method that decides the uploa...moliware2012-08-312-19/+60
* | Merge pull request #955 from gz/glacierMitch Garnaat2012-09-012-6/+5
|\ \
| * | Fixed some issues with multi-part upload.Gerd Zellweger2012-09-012-6/+5
|/ /
* | Merge pull request #952 from patricklucas/glacierMitch Garnaat2012-08-311-1/+1
|\ \ | |/ |/|
| * Fix small typo introduced in 05ff4258Patrick Lucas2012-08-311-1/+1
|/
* I have the layer1 upload_archive method working now, although it's difficult ...Mitch Garnaat2012-08-293-8/+10
* Merging PR #942.Mitch Garnaat2012-08-291-1/+1
|\
| * Updated credit for tree hash code, I'd put the wrong name!Thomas Parslow2012-08-281-1/+1
| * Support partial returns from job output (for ranged queries)Thomas Parslow2012-08-281-1/+1
* | Fixing unit tests to work again.Mitch Garnaat2012-08-282-34/+42
* | Fixing typos. Fixes #946.Mitch Garnaat2012-08-281-7/+7
* | Fixed a typo bug.Mitch Garnaat2012-08-281-2/+2
* | Fixed a bug in get_job_output. It was still expecting the old-style response...Mitch Garnaat2012-08-281-5/+8
* | Trying to get the layer separation sorted out. Also added multipart operatio...Mitch Garnaat2012-08-286-169/+465
* | Resolving merge conflict and a few PEP8 edits.Mitch Garnaat2012-08-276-5/+406
|\ \ | |/
| * Another fix to tree hash generationThomas Parslow2012-08-272-10/+24
| * Fixed hash generation and ranged downloadThomas Parslow2012-08-273-4/+7
| * Added a more useful exception for bad http responses from GlacierThomas Parslow2012-08-272-8/+22
| * Removed additional indentation that got added just before the last commitThomas Parslow2012-08-271-6/+6
| * Started work on layer2 for GlacierThomas Parslow2012-08-275-5/+354
* | Merging local changes to Layer1 constructor.Mitch Garnaat2012-08-272-13/+15
* | Merge pull request #939 from gz/glacierMitch Garnaat2012-08-274-24/+114
|\ \ | |/ |/|
| * Added some very basic unit tests for glacier layer1 API.Gerd Zellweger2012-08-262-0/+70
| * Support for range attribute in get_job_output (layer1 Glacier API).Gerd Zellweger2012-08-261-21/+33
| * Ability to mock HTTP response header in AWSMockServiceTestCase.Gerd Zellweger2012-08-261-3/+11
* | Merge pull request #938 from gz/glacierMitch Garnaat2012-08-261-3/+3
|\ \ | |/
| * Fix upload archive function.Gerd Zellweger2012-08-261-3/+3
|/
* Adding single operation archive operations.Mitch Garnaat2012-08-221-1/+52
* Correcting available regions.Mitch Garnaat2012-08-221-3/+0
* Handling errors a bit better.Mitch Garnaat2012-08-221-11/+21
* Initial glacier module. Only supports vault and job related requests so far.Mitch Garnaat2012-08-222-0/+401
* Removing debug print statements. Related to #922.Mitch Garnaat2012-08-171-2/+0
* Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-08-174-187/+287
|\
| * Merge pull request #915 from yovadia12/suri_maintenanceMike Schwartz2012-08-144-187/+287
| |\
| | * StorageUri maintenance and improvements.Yaniv Ovadia2012-08-144-187/+287
| | * Merge remote-tracking branch 'upstream/master' into developYaniv Ovadia2012-08-140-0/+0
| | |\
| | | * Merge branch 'hotfix-2.5.2'2.5.2Mitch Garnaat2012-06-213-25/+57
| | | |\
* | | | | Add handler for TerminationPolicies element in DescribeAutoScalingGroups resp...Mitch Garnaat2012-08-171-13/+33
|/ / / /
* | | | Added support for Windows drive letter paths into StorageUri factoryMike Schwartz2012-08-121-3/+11
* | | | Added headers option to s3put, and ignore all dot files in directorycmoyer2012-08-091-2/+9
* | | | Added PrivateHostname to list_instances commandcmoyer2012-08-091-0/+1
* | | | Merge pull request #904 from hypexr/developChris Moyer2012-08-081-1/+1
|\ \ \ \
| * | | | Set Route53's Records region to the region value in add_change insteadscott2012-08-071-1/+1