Add buckets creation

This commit is contained in:
2023-05-06 16:41:36 +02:00
parent 11d2ba5312
commit a3f523410f
7 changed files with 273 additions and 9 deletions

View File

@@ -7,3 +7,5 @@ pub const SECRET_MINIO_BUCKET_SECRET_KEY: &str = "secretKey";
pub const SECRET_MINIO_BUCKET_ACCESS_LEN: usize = 20;
pub const SECRET_MINIO_BUCKET_SECRET_LEN: usize = 35;
pub const MC_EXE: &str = "mc";