Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jan 29, 2025
1 parent 3a8c2ec commit 4f8ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws-util/src/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

use aws_sdk_s3::config::Builder;
use aws_types::sdk_config::SdkConfig;
use bytes::Bytes;

pub use aws_sdk_s3::Client;
use bytes::Bytes;

/// Creates a new client from an [SDK config](aws_types::sdk_config::SdkConfig)
/// with Materialize-specific customizations.
Expand Down

0 comments on commit 4f8ab12

Please sign in to comment.