diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-03 17:55:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-03 17:55:05 -0400 |
commit | ec534b4433c52149e2831c5ea310f02a18496e25 (patch) | |
tree | a4e936f4b4e60b564452c5bead1f4d13c64d4794 /Remote | |
parent | a86dc1b6cb1fbf377abbd51ed85dbe3e21a2428e (diff) |
link to memory leak bug
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/S3.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 3bf15c4ff..60501f2ce 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -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 |