diff --git a/rust-runtime/aws-smithy-types/src/byte_stream/bytestream_util.rs b/rust-runtime/aws-smithy-types/src/byte_stream/bytestream_util.rs index 1dfe87b1e3..39965c90c5 100644 --- a/rust-runtime/aws-smithy-types/src/byte_stream/bytestream_util.rs +++ b/rust-runtime/aws-smithy-types/src/byte_stream/bytestream_util.rs @@ -87,6 +87,12 @@ pub struct FsBuilder { offset: Option, } +impl Default for FsBuilder { + fn default() -> Self { + Self::new() + } +} + /// The length (in bytes) to read. Determines whether or not a short read counts as an error. #[allow(missing_debug_implementations)] pub enum Length {