current status

This commit is contained in:
Joey Hess 2014-11-03 21:13:59 -04:00
parent 0602b26314
commit 47a69c3eea

View file

@ -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>
"""]]