add test framework for arbitraty S3 requests

and implement some basic test with it
This commit is contained in:
trinity-1686a
2022-03-11 17:35:08 +01:00
committed by Gitea
parent e934934f14
commit 1eb7fdb08f
14 changed files with 516 additions and 115 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ mod encoding;
mod api_server;
pub use api_server::run_api_server;
mod signature;
/// This mode is public only to help testing. Don't expect stability here
pub mod signature;
pub mod helpers;
mod s3_bucket;