diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-21 01:51:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-21 01:51:15 -0400 |
commit | e3651b1285311f547e167531ec2a14108f3d491c (patch) | |
tree | 9d6eb49fd6bcbe5bce1fb6ad8b3728f543278f6a | |
parent | 156f6c7aa658d4ab3705bb1fc40d9eca659cfc03 (diff) |
update
-rw-r--r-- | doc/bugs/S3_memory_leaks.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/S3_memory_leaks.mdwn b/doc/bugs/S3_memory_leaks.mdwn index 418260125..86e3dd1a4 100644 --- a/doc/bugs/S3_memory_leaks.mdwn +++ b/doc/bugs/S3_memory_leaks.mdwn @@ -17,5 +17,7 @@ construct it lazily, if it includes checksum headers..) I have emailed the hS3 author about this. He wrote back quickly, seems only getting the size of the file is causing it to be buffered, and a quick -fix should be forthcoming. +fix should be forthcoming. Update: 0.5.6 has been released which will +allow providing file size out of band to avoid buffering when uploading. +Downloading will take further work in hS3. --[[Joey]] |