Updated dependencies.

This commit is contained in:
Lauri Ojansivu 2023-04-12 08:23:22 +03:00
parent 974ad26f06
commit fb37f48a86
3 changed files with 161 additions and 154 deletions

View file

@ -4,7 +4,7 @@ import { createObjectId } from './grid/createObjectId';
import { httpStreamOutput } from './httpStream.js';
//import {} from './s3/Server-side-file-store.js';
import { ObjectID } from 'bson';
var Minio = require('@wekanteam/minio');
var Minio = require('minio');
export const STORAGE_NAME_FILESYSTEM = "fs";
export const STORAGE_NAME_GRIDFS = "gridfs";