aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

Chunk Encoding

Open vishaalt opened this issue 4 years ago • 7 comments
trafficstars

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

-->

Tell us about your request Add support for Chunk Encoding

vishaalt avatar Apr 12 '21 19:04 vishaalt

Can you elaborate on what you mean by "Chunk Encoding" ?

brainstorm avatar Jun 17 '21 13:06 brainstorm

This refers to the SDK being able to support Transfer-Encoding: Chunked. It's primarily used for uploading files to S3.

rcoh avatar Jun 17 '21 15:06 rcoh

Implementation is being tracked in https://github.com/awslabs/smithy-rs/issues/1798

jdisanti avatar Sep 30 '22 21:09 jdisanti

Is there anything we could do to help getting this feature implemented?

rigille avatar Mar 28 '24 19:03 rigille

The main thing here is actually prioritization. Can you tell us more about your use case and why the current SDK doesn't meet those needs?

rcoh avatar Mar 29 '24 19:03 rcoh

Sometimes I'm processing a stream of data but don't have enough to save the result locally before uploading. Saving and then uploading would also increase latency

rigille avatar Apr 03 '24 16:04 rigille

Sometimes I'm processing a stream of data but don't have enough to save the result locally before uploading. Saving and then uploading would also increase latency

+1 for low latency and close to real time use cases

mmason-evertz avatar Apr 04 '24 19:04 mmason-evertz