From 1eb7fdb08fed59a9e78adc24df2d96fda746c560 Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Fri, 11 Mar 2022 17:35:08 +0100 Subject: add test framework for arbitraty S3 requests and implement some basic test with it --- src/garage/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/garage/Cargo.toml') diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 88eff20b..86f52495 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -55,8 +55,11 @@ tokio = { version = "1.0", default-features = false, features = ["rt", "rt-multi netapp = "0.4.1" [dev-dependencies] -aws-sdk-s3 = "0.6" +aws-sdk-s3 = "0.8" +chrono = "0.4" http = "0.2" +hmac = "0.10" hyper = { version = "0.14", features = ["client", "http1", "runtime"] } +sha2 = "0.9" static_init = "1.0" -- cgit v1.2.3