zwischenzeit

This commit is contained in:
titver968
2025-02-26 11:02:21 +01:00
parent c924974db4
commit 30517e82f5
2 changed files with 4 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ import config from '$lib/config';
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
export const client = new Minio.Client(config.minio);
/** export const client = new Minio.Client(config.minio); */
export const client = new Client(config.minio);