mismi-s3-0.0.3: AWS Library

Safe HaskellNone
LanguageHaskell98

Mismi.S3.Stream

Synopsis

Documentation

read :: Address -> AWS (Maybe (ConduitT () ByteString (ResourceT IO) ())) Source #

WARNING : The returned ResumableResource must be consumed within the AWS monad. Failure to do so can result in run time errors (recv on a bad file descriptor) when the MonadResouce cleans up the socket.