feat: bucket precreation for minioclient

This commit is contained in:
2025-07-27 16:14:12 +03:00
parent 2809e1bd37
commit fbe73e2a68
2 changed files with 49 additions and 0 deletions

View File

@@ -53,5 +53,7 @@ func NewMinioClient() *minio.Client {
panic("Failed to communicate with minio: " + err.Error())
}
setupBuckets(client)
return client
}