From 526bd402557e72847fab0431f046daddaa8c1baf Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 25 Nov 2025 15:53:09 +0200 Subject: [PATCH] minio storage uploud fix pt3 --- .DS_Store | Bin 10244 -> 10244 bytes backend/routers/fileStorage.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index c869f293f669169f8de4a7a3f70f4de00d0588bc..7563a737d24d3a30d2186f17d6648ea12e3a18ab 100644 GIT binary patch delta 244 zcmZn(XbG4g&dJTdz{17AAi+IRL0y)afq{V$h^>Jb$QEE=$Y;o7C}Btik|`S#7c);b zP+?&OsbHD>QCej48c}cN$@#+5fQEnsfq;X1W1=|AW_6w?%#2cCHC&RhEIdi&#RW+@ z`AI+(J0{N)DO8uJuGTd))lo1uH?7rCsJ1jR&`~fkHmj}WyUWG+;PC;)8;ICB61 delta 140 zcmZn(XbG4g&d4*dP;8=}!!bEVW#ME-*_l9{Sxf-UfE?-o diff --git a/backend/routers/fileStorage.py b/backend/routers/fileStorage.py index f8832698..a6f73110 100644 --- a/backend/routers/fileStorage.py +++ b/backend/routers/fileStorage.py @@ -217,7 +217,7 @@ def uploudMedCert(requestItem: medCertUploud): client = Minio_Storage.minioConnection.minioConnect(requestItem.env) generateMedCertPDF(requestItem) today = datetime.today().strftime('%Y-%m-%d') - found = client.bucket_exists(bucket_name="mih") + found = client.bucket_exists("mih") if not found: client.make_bucket("mih") else: