add support for vhost-style s3 bucket

This commit is contained in:
Trinity Pointard
2021-11-11 11:26:02 +01:00
committed by Gitea
parent cdeb5b4dbb
commit 9c58ec28d3
8 changed files with 224 additions and 122 deletions
+1
View File
@@ -12,6 +12,7 @@ pub use api_server::run_api_server;
mod signature;
pub mod helpers;
mod s3_bucket;
mod s3_copy;
mod s3_delete;