summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-08 18:00:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-08 18:00:52 -0400
commitcafbf4dea66e99799c72f676ae9b1380f63b66e8 (patch)
tree7ac6c2b2e230653ec2a5e243c006ecc7027ffec0
parente8165d0472c65159287f6dd569861ab0de1559a8 (diff)
S3 download progress bars TODO
-rw-r--r--doc/design/assistant/progressbars.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/progressbars.mdwn b/doc/design/assistant/progressbars.mdwn
index 619cb3b41..50f424508 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