aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests/s3/objects.rs
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-05-05 21:18:29 +0100
committerJonathan Davies <jpds@protonmail.com>2023-06-25 21:31:35 +0100
commit7f8bf2d801c55e15b5056ae08cd443325f7989b8 (patch)
tree48f23d2d4e17e5c68820923033699d604ab032aa /src/garage/tests/s3/objects.rs
parent4297233d3e4aea1760d81de747ad3468553be41b (diff)
downloadgarage-7f8bf2d801c55e15b5056ae08cd443325f7989b8.tar.gz
garage-7f8bf2d801c55e15b5056ae08cd443325f7989b8.zip
src/garage/tests: Updated types for aws-sdk-s3 bump.
Diffstat (limited to 'src/garage/tests/s3/objects.rs')
-rw-r--r--src/garage/tests/s3/objects.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/garage/tests/s3/objects.rs b/src/garage/tests/s3/objects.rs
index 65f9e867..27697d45 100644
--- a/src/garage/tests/s3/objects.rs
+++ b/src/garage/tests/s3/objects.rs
@@ -1,6 +1,6 @@
use crate::common;
-use aws_sdk_s3::model::{Delete, ObjectIdentifier};
-use aws_sdk_s3::types::ByteStream;
+use aws_sdk_s3::primitives::ByteStream;
+use aws_sdk_s3::types::{Delete, ObjectIdentifier};
const STD_KEY: &str = "hello world";
const CTRL_KEY: &str = "\x00\x01\x02\x00";