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

Add to Stackage? #16

Open ocramz opened 5 years ago

axman6 commented 5 years ago

https://github.com/commercialhaskell/stackage/pull/4560 :) Currently the nightly doesn't contain any amazonka libs but once it does this should appear too.

ocramz commented 5 years ago

Very nice! I was thinking a few days back that conduit is a perfect match for the AWS chunked transfer API, and suddenly I see this. Thank you for your work! :)