fix S3 upload buffering problem
Provide file size to new version of hS3.
This commit is contained in:
parent
d8329731c6
commit
6fcd3e1ef7
4 changed files with 43 additions and 30 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,9 +1,12 @@
|
|||
git-annex (0.20110420) UNRELEASED; urgency=low
|
||||
|
||||
* Update Debian build dependencies for ghc 7.
|
||||
* Debian package is now built with S3 support. Thanks Joachim Breitner for
|
||||
making this possible, also thanks Greg Heartsfield for working to improve
|
||||
the hS3 library for git-annex.
|
||||
* Debian package is now built with S3 support.
|
||||
Thanks Joachim Breitner for making this possible.
|
||||
* No longer needs to buffer entire files when sending them to S3.
|
||||
(However, getting files from S3 still requires buffering.)
|
||||
Thanks Greg Heartsfield for ongoing work to improve the hS3 library
|
||||
for git-annex.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 02:00:00 -0400
|
||||
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -43,4 +43,3 @@ Description: manage files with git, without checking their contents into git
|
|||
versioned files, which is convenient for maintaining documents, Makefiles,
|
||||
etc that are associated with annexed files but that benefit from full
|
||||
revision control.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue