aws-sdk-s3 1.108.0

AWS SDK for Amazon Simple Storage Service
Documentation
1
2
3
4
5
6
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub fn ser_body_http_payload(
    payload: ::aws_smithy_types::byte_stream::ByteStream,
) -> ::std::result::Result<::aws_smithy_types::byte_stream::ByteStream, ::aws_smithy_types::error::operation::BuildError> {
    Ok(payload)
}