amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Support for connect-and-resume conduits

Open endgame opened this issue 2 years ago • 0 comments

In amazonka-s3-streaming, @axman6 accepts a stream of data to send to S3 as a multipart upload. To send each upload, the library must first draw from the stream to create a request body.

In conduit, connect-and-resume streams are their own separate type, which means we probably want to think about handling them separately - perhaps by taking in a SealedConduitT and a maximum number of bytes to read?

endgame avatar Jan 21 '22 02:01 endgame