index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
glacier
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add part size check to concurrent uploads
James Saryerwinnie
2012-11-08
1
-8
/
+24
*
|
Add docstring for RetrievalByteRange
James Saryerwinnie
2012-11-13
1
-0
/
+3
*
|
Fix glacier typo
Kevin Burke
2012-11-10
1
-3
/
+3
*
|
Rename list_unpaginated_parts to list_all_parts
James Saryerwinnie
2012-11-08
1
-12
/
+16
*
|
Fixed minor lint issues
James Saryerwinnie
2012-11-08
1
-8
/
+8
*
|
Add python 2.6 compatibility to glacier resume
James Saryerwinnie
2012-11-08
1
-6
/
+6
*
|
Work around Amazon ListParts RangeInBytes bug
Robie Basak
2012-11-08
1
-0
/
+7
*
|
Add resume_archive_from_file
Robie Basak
2012-11-08
1
-3
/
+78
*
|
Add glacier resume_file_upload
Robie Basak
2012-11-08
1
-0
/
+58
*
|
Add support for out-of-order glacier uploads
Robie Basak
2012-11-08
1
-12
/
+34
*
|
Factor _Uploader and _Partitioner out of Writer
Robie Basak
2012-11-08
1
-33
/
+85
*
|
Allow glacier.Writer chunk_size arg for testing
Robie Basak
2012-11-08
1
-2
/
+3
|
/
*
Starting power should be 3 not 2 for part size
James Saryerwinnie
2012-11-07
1
-1
/
+1
*
Move part size calculation to a separate module
James Saryerwinnie
2012-11-07
2
-21
/
+60
*
Fix multipart uploads too big for default part size
Ken Hagler
2012-11-04
1
-2
/
+25
*
Add __future__ import of with_statement for python2.5 (inc. Jython) compatibi...
Daniel Harris
2012-10-28
2
-1
/
+2
*
Update glacier to import json from compat module
James Saryerwinnie
2012-10-23
4
-8
/
+7
*
This will resolve a connection build up on big files which occurs because _co...
James ORourke
2012-10-15
1
-0
/
+2
*
Re-merging #1001 which somehow got lost in the merging of glacier to develop.
Mitch Garnaat
2012-10-01
1
-2
/
+9
*
Add a method to download an archive to a file
James Saryerwinnie
2012-09-19
2
-5
/
+72
*
Add status_code and completed param to list_jobs
James Saryerwinnie
2012-09-19
1
-0
/
+4
*
Use the params arg to AWSAuthConnection.make_request
James Saryerwinnie
2012-09-19
1
-6
/
+1
*
Add threaded multipart archive upload for glacier
James Saryerwinnie
2012-09-18
3
-8
/
+248
*
Bug fix: format strings had an extra '%s'
James Saryerwinnie
2012-09-18
1
-3
/
+3
*
Pep 8 cleanup
James Saryerwinnie
2012-09-18
1
-3
/
+1
*
Bug fix: limit/marker should be keys in params dict
James Saryerwinnie
2012-09-18
1
-8
/
+8
*
Bug fix: s/params_list/param_list/
James Saryerwinnie
2012-09-18
1
-1
/
+1
*
Bug fix: import urllib
James Saryerwinnie
2012-09-18
1
-0
/
+1
*
Ensure file is opened in binary mode, fixes #988
James Saryerwinnie
2012-09-17
1
-2
/
+3
*
A few PEP8 cleanups.
Mitch Garnaat
2012-09-16
1
-3
/
+4
*
glacier: fix Vault.retrieve_archive result type
Robie Basak
2012-09-16
1
-1
/
+1
*
Merge pull request #980 from almost/glacier
Mitch Garnaat
2012-09-12
1
-0
/
+28
|
\
|
*
Added retreive-inventory function
Matthew Copperwaite
2012-09-10
1
-0
/
+28
*
|
Raise a ValueError when writing to a closed file
James Saryerwinnie
2012-09-11
1
-1
/
+2
*
|
Merge pull request #977 from jamesls/glacier-fileread
Mitch Garnaat
2012-09-10
3
-15
/
+47
|
\
\
|
*
|
Allow upload_archive to accept file like objects
James Saryerwinnie
2012-09-10
3
-11
/
+42
|
*
|
Allow single op threshold to be configurable
James Saryerwinnie
2012-09-06
1
-4
/
+5
*
|
|
Reduce memory usage for chunk_hashes
James Saryerwinnie
2012-09-06
1
-9
/
+11
|
/
/
*
|
Remove leading whitespace in glacier modules
James Saryerwinnie
2012-09-06
2
-3
/
+3
|
/
*
Merge branch 'glacier' of github.com:boto/boto into glacier
Thomas Parslow
2012-09-06
1
-3
/
+25
|
\
|
*
Add Layer2.delete_vault
James Saryerwinnie
2012-09-06
1
-0
/
+19
|
*
Update Layer2.create_vault to return a Vault object
James Saryerwinnie
2012-09-06
1
-1
/
+10
*
|
Remove print statements, whoops
Thomas Parslow
2012-09-06
2
-2
/
+0
*
|
Added some tests for glacier layer 2
Thomas Parslow
2012-09-06
5
-28
/
+47
|
/
*
Added a GlacierResponse object
Thomas Parslow
2012-09-05
3
-10
/
+50
*
Return the response and not the fully read body for non-json responses (other...
Thomas Parslow
2012-09-05
1
-1
/
+1
*
describe_job needs an archive name as a well as a job id
Thomas Parslow
2012-09-05
1
-1
/
+1
*
Archive retrieval job should not include a format (that's for listing operati...
Thomas Parslow
2012-09-05
1
-7
/
+2
*
Merge branch 'moliware-glacier' into glacier
Mitch Garnaat
2012-09-03
2
-21
/
+21
|
\
|
*
unicode constants in the response dict were not the responsible of the Unicod...
moliware
2012-09-03
1
-15
/
+15
[prev]
[next]