summaryrefslogtreecommitdiff
path: root/doc/bugs/S3_memory_leaks.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/S3_memory_leaks.mdwn')
-rw-r--r--doc/bugs/S3_memory_leaks.mdwn4
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]]