You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have decided that we will use aws_smithy_http::byte_stream::ByteStream,
making all methods referencing SdkBody#[doc(hidden)] (new, into_inner, From<SdkBody> impl), and we will add generic methods that don’t reference SdkBody.
This change is to allow server users to return ByteStreams in their output shapes, for streaming responses. The server so far has not used SdkBody, with all its code working against http_body::Body.
The text was updated successfully, but these errors were encountered:
As mentioned here #1023 (comment)
This change is to allow server users to return
ByteStream
s in their output shapes, for streaming responses. The server so far has not usedSdkBody
, with all its code working againsthttp_body::Body
.The text was updated successfully, but these errors were encountered: