mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated dependencies.
This commit is contained in:
parent
974ad26f06
commit
fb37f48a86
3 changed files with 161 additions and 154 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue