Can set location of temporary directory

This commit is contained in:
2024-01-14 21:10:40 +01:00
parent a39f2139df
commit b8a102bd0b
4 changed files with 32 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ pub mod minio;
#[cfg(test)]
pub mod minio_test_server;
pub mod secrets;
pub mod temp;
pub mod utils;