summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-03 18:37:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-03 18:37:32 -0400
commit5ff7432807ab1c5055b4de6edeb0220d3bd5f288 (patch)
tree397803919ece35eb286a871ce715625af64c6f7b /doc
parentec534b4433c52149e2831c5ea310f02a18496e25 (diff)
parentb021af629467c721bd91e6cb949a5d52191d000b (diff)
Merge branch 'master' into s3-aws-multipart
Diffstat (limited to 'doc')
-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).
+"""]]