We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3072586 commit 26d060bCopy full SHA for 26d060b
sdk/s3/src/lib.rs
@@ -72,6 +72,7 @@ pub static PKG_VERSION: &str = env!("CARGO_PKG_VERSION");
72
pub mod types {
73
pub use aws_smithy_http::byte_stream::AggregatedBytes;
74
pub use aws_smithy_http::byte_stream::ByteStream;
75
+ pub use aws_smithy_http::byte_stream::Error as ByteStreamError;
76
pub use aws_smithy_http::result::SdkError;
77
pub use aws_smithy_types::Blob;
78
pub use aws_smithy_types::DateTime;
0 commit comments