diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-03 21:13:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-03 21:13:59 -0400 |
commit | 15ca60d9280514b3e7960e20a20fb337580e9113 (patch) | |
tree | 0bb9c082e2138c7807c7b1425f07c98efcbacc05 /doc | |
parent | b021af629467c721bd91e6cb949a5d52191d000b (diff) |
current status
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment b/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment index 5e09db8dc..dfd5df9e9 100644 --- a/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment +++ b/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment @@ -6,9 +6,6 @@ Implemented on s3-aws-multipart branch. But.. * Needs version of haskell aws library not released yet. -* Does not currently provide a progress display when doing a multipart - upload. -* Uses 900+ mb of memory when uploading a 500 mb file with partsize=100mb. - (I think this is due to Aws.S3.Commands.Multipart.chunkedConduit, - which it probably can't use if it's to do progress displays anyway). +* Uses 220 mb of memory when uploading a 500 mb file with partsize=100mb. + Reason not currently known; see <https://github.com/aristidb/aws/issues/142> """]] |