summaryrefslogtreecommitdiff
path: root/boto/glacier
Commit message (Expand)AuthorAgeFilesLines
...
| * Add part size check to concurrent uploadsJames Saryerwinnie2012-11-081-8/+24
* | Add docstring for RetrievalByteRangeJames Saryerwinnie2012-11-131-0/+3
* | Fix glacier typoKevin Burke2012-11-101-3/+3
* | Rename list_unpaginated_parts to list_all_partsJames Saryerwinnie2012-11-081-12/+16
* | Fixed minor lint issuesJames Saryerwinnie2012-11-081-8/+8
* | Add python 2.6 compatibility to glacier resumeJames Saryerwinnie2012-11-081-6/+6
* | Work around Amazon ListParts RangeInBytes bugRobie Basak2012-11-081-0/+7
* | Add resume_archive_from_fileRobie Basak2012-11-081-3/+78
* | Add glacier resume_file_uploadRobie Basak2012-11-081-0/+58
* | Add support for out-of-order glacier uploadsRobie Basak2012-11-081-12/+34
* | Factor _Uploader and _Partitioner out of WriterRobie Basak2012-11-081-33/+85
* | Allow glacier.Writer chunk_size arg for testingRobie Basak2012-11-081-2/+3
|/
* Starting power should be 3 not 2 for part sizeJames Saryerwinnie2012-11-071-1/+1
* Move part size calculation to a separate moduleJames Saryerwinnie2012-11-072-21/+60
* Fix multipart uploads too big for default part sizeKen Hagler2012-11-041-2/+25
* Add __future__ import of with_statement for python2.5 (inc. Jython) compatibi...Daniel Harris2012-10-282-1/+2
* Update glacier to import json from compat moduleJames Saryerwinnie2012-10-234-8/+7
* This will resolve a connection build up on big files which occurs because _co...James ORourke2012-10-151-0/+2
* Re-merging #1001 which somehow got lost in the merging of glacier to develop.Mitch Garnaat2012-10-011-2/+9
* Add a method to download an archive to a fileJames Saryerwinnie2012-09-192-5/+72
* Add status_code and completed param to list_jobsJames Saryerwinnie2012-09-191-0/+4
* Use the params arg to AWSAuthConnection.make_requestJames Saryerwinnie2012-09-191-6/+1
* Add threaded multipart archive upload for glacierJames Saryerwinnie2012-09-183-8/+248
* Bug fix: format strings had an extra '%s'James Saryerwinnie2012-09-181-3/+3
* Pep 8 cleanupJames Saryerwinnie2012-09-181-3/+1
* Bug fix: limit/marker should be keys in params dictJames Saryerwinnie2012-09-181-8/+8
* Bug fix: s/params_list/param_list/James Saryerwinnie2012-09-181-1/+1
* Bug fix: import urllibJames Saryerwinnie2012-09-181-0/+1
* Ensure file is opened in binary mode, fixes #988James Saryerwinnie2012-09-171-2/+3
* A few PEP8 cleanups.Mitch Garnaat2012-09-161-3/+4
* glacier: fix Vault.retrieve_archive result typeRobie Basak2012-09-161-1/+1
* Merge pull request #980 from almost/glacierMitch Garnaat2012-09-121-0/+28
|\
| * Added retreive-inventory functionMatthew Copperwaite2012-09-101-0/+28
* | Raise a ValueError when writing to a closed fileJames Saryerwinnie2012-09-111-1/+2
* | Merge pull request #977 from jamesls/glacier-filereadMitch Garnaat2012-09-103-15/+47
|\ \
| * | Allow upload_archive to accept file like objectsJames Saryerwinnie2012-09-103-11/+42
| * | Allow single op threshold to be configurableJames Saryerwinnie2012-09-061-4/+5
* | | Reduce memory usage for chunk_hashesJames Saryerwinnie2012-09-061-9/+11
|/ /
* | Remove leading whitespace in glacier modulesJames Saryerwinnie2012-09-062-3/+3
|/
* Merge branch 'glacier' of github.com:boto/boto into glacierThomas Parslow2012-09-061-3/+25
|\
| * Add Layer2.delete_vaultJames Saryerwinnie2012-09-061-0/+19
| * Update Layer2.create_vault to return a Vault objectJames Saryerwinnie2012-09-061-1/+10
* | Remove print statements, whoopsThomas Parslow2012-09-062-2/+0
* | Added some tests for glacier layer 2Thomas Parslow2012-09-065-28/+47
|/
* Added a GlacierResponse objectThomas Parslow2012-09-053-10/+50
* Return the response and not the fully read body for non-json responses (other...Thomas Parslow2012-09-051-1/+1
* describe_job needs an archive name as a well as a job idThomas Parslow2012-09-051-1/+1
* Archive retrieval job should not include a format (that's for listing operati...Thomas Parslow2012-09-051-7/+2
* Merge branch 'moliware-glacier' into glacierMitch Garnaat2012-09-032-21/+21
|\
| * unicode constants in the response dict were not the responsible of the Unicod...moliware2012-09-031-15/+15