Forked minio npm package to @wekanteam/minio to update package dependencies. S3/MinIO support In Progress.

Thanks to xet7 !

Related #142
This commit is contained in:
Lauri Ojansivu 2023-01-16 15:11:31 +02:00
parent 617d4f9fbf
commit cd1750f368
4 changed files with 54 additions and 65 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('minio');
var Minio = require('@wekanteam/minio');
export const STORAGE_NAME_FILESYSTEM = "fs";
export const STORAGE_NAME_GRIDFS = "gridfs";