feat: initialize MinIO bucket on server start and log status

This commit is contained in:
2025-12-11 14:30:00 +00:00
parent bd3d17c192
commit cae15f3f7d
2 changed files with 16 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ export const ensureMinioBucket = async (): Promise<void> => {
try {
await ensureBucketPromise;
console.log("Minio Up")
} catch (error) {
ensureBucketPromise = null;
throw error;