Skip to content

Commit 26d060b

Browse files
authored
1 parent 3072586 commit 26d060b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/s3/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ pub static PKG_VERSION: &str = env!("CARGO_PKG_VERSION");
7272
pub mod types {
7373
pub use aws_smithy_http::byte_stream::AggregatedBytes;
7474
pub use aws_smithy_http::byte_stream::ByteStream;
75+
pub use aws_smithy_http::byte_stream::Error as ByteStreamError;
7576
pub use aws_smithy_http::result::SdkError;
7677
pub use aws_smithy_types::Blob;
7778
pub use aws_smithy_types::DateTime;

0 commit comments

Comments
 (0)