summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-03 17:31:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-03 17:31:12 -0400
commitea80841714e4e6b402b37dd7ffc4610de108c8fd (patch)
treebd1f2977b53c622d2e71f9a96b55f7aa6e77a955
parentfe5f014c409a044218b469f99149e69efa6d2a2e (diff)
comment
-rw-r--r--doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment14
1 files changed, 14 insertions, 0 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
new file mode 100644
index 000000000..5e09db8dc
--- /dev/null
+++ b/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 11"""
+ date="2014-11-03T21:27:22Z"
+ content="""
+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).
+"""]]