summaryrefslogtreecommitdiff
path: root/boto/glacier
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2489 from danielgtaylor/glacier-hash-fixDaniel G. Taylor2014-08-041-1/+12
|\
| * Add comment about encoding [ci skip]Daniel G. Taylor2014-08-041-0/+3
| * Several fixes for Python 3 behavior.Daniel G. Taylor2014-08-041-1/+7
| * Fix Glacier fileobj hash calculation.Daniel G. Taylor2014-08-011-1/+3
* | Merge pull request #2469 from felixonmars/glacier-tidyDaniel G. Taylor2014-08-042-14/+14
|\ \
| * | glacier module: tidy up to meet PEP8 betterFelix Yan2014-07-303-15/+15
| |/
* | Remove redundant __future__ importsNico Revin2014-08-033-5/+1
|/
* use codecs.decode as suggestedFelix Yan2014-07-091-1/+1
|\
* | use old syntax for codecs to gain compatibility with Python 3.3Felix Yan2014-07-031-1/+1
* | glacier module: add backward-compatible support for Python 3.3+Felix Yan2014-07-035-12/+13
|/
* Be consistent about relative importsDaniel G. Taylor2014-06-275-16/+19
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-273-16/+16
* Update vault.pyEd Sesek2014-03-131-2/+2
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-23/+2
* 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 pull request #1977 from danielgtaylor/glacier-inventoryDaniel G. Taylor2014-01-092-222/+901
|\ \
| * | Add Layer2 inventory date range / limitDaniel G. Taylor2014-01-091-1/+40
| * | Add Glacier inventory retrieval date/limit supportDaniel G. Taylor2014-01-081-221/+861
* | | Import with_statement for old Python versionsDavid Watrous2014-01-091-0/+2
|/ /
* | download_to_fileobj() implementation per boto/boto#1941Austin Marshall2013-12-291-2/+27
|/
* Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-2/+2
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-2/+2
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Add ap-southeast-2 region to GlacierDaniel G. Taylor2013-10-081-0/+3
* Fix glacier layer2.list_vaults and related tests.kmwang2013-09-021-2/+10
* Added ``retrieve_inventory_job`` to ``Vault``.Daniel Lindsley2013-06-041-2/+21
* Exposed the current tree hash & upload size on Glacier's ``Writer``.Daniel Lindsley2013-05-291-0/+20
* Adjust part size as needed in create_archive_from_fileJames Saryerwinnie2013-05-201-2/+1
* Merge branch 'glacier-exceptions' into developJames Saryerwinnie2013-04-051-3/+5
|\
| * Let total attempts by 1 + num_retriesJames Saryerwinnie2013-04-041-1/+1
| * Add more diagnostics to debug logsJames Saryerwinnie2013-04-041-3/+5
* | Allow kwargs to be passed through to uplaoderJames Saryerwinnie2013-04-042-2/+14
|/
* Remove trailing whitespaceJames Saryerwinnie2013-02-211-2/+2
* fix file descriptor leakksacry2013-02-141-0/+8
* Use Vault.DefaultPartSize is possibleJames Saryerwinnie2013-01-232-6/+24
* Restore use of DefaultPartSize for uploadsGaige B Paulsen2013-01-231-1/+3
* Merge branch 'glacier-tree-hash' into developJames Saryerwinnie2013-01-071-0/+4
|\
| * Account for empty archives in hash calculationsJames Saryerwinnie2013-01-071-0/+4
* | Add validate_checksum arg to get_outputJames Saryerwinnie2013-01-042-6/+34
|/
* Use a custom sender for glacier archive uploadJames Saryerwinnie2013-01-032-4/+27
* Respecting the 'is_secure' constructor argument #1207oozie2012-12-301-2/+1
* Merge branch 'echonest-develop' into developJames Saryerwinnie2012-12-061-7/+15
|\
| * Add description arg to concurrent upload methodJames Saryerwinnie2012-12-061-2/+2
| * updated method commentsHunter McCurry2012-12-061-0/+7
| * adding description field for vault.upload_archiveHunter McCurry2012-12-061-5/+6
* | Move hash function to glacier.utilsJames Saryerwinnie2012-12-064-70/+75
|/
* Integrate glacier downloads into concurrent moduleJames Saryerwinnie2012-12-053-281/+234
* added concurrent downloader to glaciermraposa2012-11-191-0/+231
* Merge branch 'glacier-partsize-concurrent' into developJames Saryerwinnie2012-11-141-8/+24
|\