link to memory leak bug
This commit is contained in:
parent
711b18a6eb
commit
8f61bfad51
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ store r h = fileStorer $ \k f p -> do
|
|||
uploadid <- S3.imurUploadId <$> sendS3Handle h req
|
||||
|
||||
-- TODO: progress display
|
||||
-- TODO: avoid needing tons of memory
|
||||
-- https://github.com/aristidb/aws/issues/142
|
||||
etags <- liftIO $ withManager $ \mgr ->
|
||||
CB.sourceFile f
|
||||
$= Multipart.chunkedConduit sz
|
||||
|
|
Loading…
Reference in a new issue