diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-05-05 21:18:29 +0100 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-06-25 21:31:35 +0100 |
commit | 7f8bf2d801c55e15b5056ae08cd443325f7989b8 (patch) | |
tree | 48f23d2d4e17e5c68820923033699d604ab032aa /src/garage/tests/s3/simple.rs | |
parent | 4297233d3e4aea1760d81de747ad3468553be41b (diff) | |
download | garage-7f8bf2d801c55e15b5056ae08cd443325f7989b8.tar.gz garage-7f8bf2d801c55e15b5056ae08cd443325f7989b8.zip |
src/garage/tests: Updated types for aws-sdk-s3 bump.
Diffstat (limited to 'src/garage/tests/s3/simple.rs')
-rw-r--r-- | src/garage/tests/s3/simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/tests/s3/simple.rs b/src/garage/tests/s3/simple.rs index f54ae9ac..41ec44c6 100644 --- a/src/garage/tests/s3/simple.rs +++ b/src/garage/tests/s3/simple.rs @@ -2,7 +2,7 @@ use crate::common; #[tokio::test] async fn test_simple() { - use aws_sdk_s3::types::ByteStream; + use aws_sdk_s3::primitives::ByteStream; let ctx = common::context(); let bucket = ctx.create_bucket("test-simple"); |