summaryrefslogtreecommitdiff
path: root/doc/bugs/S3_upload_not_using_multipart/comment_11_ba1f866645419476bbedd6b1e4bbd33f._comment
blob: 5e09db8dc0fd879e81cd1d95848bfa7b3c8bd717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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).
"""]]