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

How to run? #14

Closed LeifW closed 6 years ago

LeifW commented 6 years ago

Do you have an example of how to run this? It seems runAWS / runAWST want an AWST', not a ConduitT. Basically I was hoping to run something like this from within http://hackage.haskell.org/package/conduit-extra-1.3.0/docs/Data-Conduit-Process.html#v:sourceProcessWithConsumer; to stream the output of a process to AWS.

LeifW commented 6 years ago

I see there's a Main.hs in the repo with example usage, thanks.