summaryrefslogtreecommitdiff
path: root/boto/glacier/job.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant __future__ importsNico Revin2014-08-031-2/+1
* Be consistent about relative importsDaniel G. Taylor2014-06-271-2/+3
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-3/+3
* download_to_fileobj() implementation per boto/boto#1941Austin Marshall2013-12-291-2/+27
* Add validate_checksum arg to get_outputJames Saryerwinnie2013-01-041-6/+21
* Move hash function to glacier.utilsJames Saryerwinnie2012-12-061-1/+1
* Add __future__ import of with_statement for python2.5 (inc. Jython) compatibi...Daniel Harris2012-10-281-0/+1
* Add a method to download an archive to a fileJames Saryerwinnie2012-09-191-2/+61
* Trying to get the layer separation sorted out. Also added multipart operatio...Mitch Garnaat2012-08-281-25/+44
* Fixed hash generation and ranged downloadThomas Parslow2012-08-271-1/+2
* Started work on layer2 for GlacierThomas Parslow2012-08-271-0/+57