minio client beim upload definiert

This commit is contained in:
titver968
2025-04-17 08:58:33 +02:00
parent e72ad77866
commit 14b1e12e65

View File

@@ -4,7 +4,7 @@ import { createReadStream } from 'fs';
/** import Minio from 'minio'; */
import { Readable } from 'stream';
/** const MINIO_ACCESS_KEY = 'tMhLrfog47lMm0HZ'; */
/** import { client } from '$lib/minio'; */
import { client } from '$lib/minio';
import { fail } from '@sveltejs/kit';
function isRequiredFieldValid(value) {