axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

Perform gc #5

Closed axman6 closed 7 years ago

axman6 commented 7 years ago

A few improvements to help with performance, perform a GC once we've send a part in the streaming interface, deepseq the CompletedPart data so we're not holding references to the part upload results.