From d8a82a65e243efa922e5556d983203399fa12ac1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Jul 2013 18:00:52 -0400 Subject: [PATCH] S3 download progress bars TODO --- doc/design/assistant/progressbars.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn index 619cb3b416..50f4245085 100644 --- a/doc/design/assistant/progressbars.mdwn +++ b/doc/design/assistant/progressbars.mdwn @@ -14,6 +14,11 @@ This is one of those potentially hidden but time consuming problems. could use inotify. **done** * When easily available, remotes call the MeterUpdate callback as downloads progress. **done** +* S3 TODO + While it has a download progress bar, `getObject` probably buffers the whole + download in memory before returning. Leaving the progress bar to only + display progress for writing the file out of memory. Fixing this would + involve making hS3 stream better (also avoids it wasting memory). ## uploads