From 934b1b2301633cc5cf44598ff3c1f79a86e9abab Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 25 Nov 2025 13:51:42 +0200 Subject: [PATCH] minio storage fix pt3 --- backend/routers/fileStorage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/routers/fileStorage.py b/backend/routers/fileStorage.py index 563c51d8..ec67ecdc 100644 --- a/backend/routers/fileStorage.py +++ b/backend/routers/fileStorage.py @@ -119,6 +119,7 @@ async def pull_File_from_user(app_id: str, folder: str, file_name: str, env: str print("Connected to MinIO successfully!") print("Available buckets:", [bucket.name for bucket in buckets]) miniourl = client.presigned_get_object("mih", path) + print("Generated presigned URL:", miniourl) # if(env == "Dev"): # miniourl.replace("minio", "localhost") # temp = minioResponse.data#.encode('utf-8').strip()