mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
Disable not working minio and s3 support temporarily.
Thanks to xet7 !
This commit is contained in:
parent
bbbd3abf06
commit
4283b5b0e3
4 changed files with 293 additions and 435 deletions
|
|
@ -5,8 +5,12 @@ import { isFileValid } from './fileValidation';
|
|||
import { createBucket } from './lib/grid/createBucket';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
import { AttachmentStoreStrategyFilesystem, AttachmentStoreStrategyGridFs, AttachmentStoreStrategyS3 } from '/models/lib/attachmentStoreStrategy';
|
||||
import FileStoreStrategyFactory, {moveToStorage, rename, STORAGE_NAME_FILESYSTEM, STORAGE_NAME_GRIDFS, STORAGE_NAME_S3} from '/models/lib/fileStoreStrategy';
|
||||
import { AttachmentStoreStrategyFilesystem, AttachmentStoreStrategyGridFs } from '/models/lib/attachmentStoreStrategy';
|
||||
// DISABLED: S3 storage strategy removed due to Node.js compatibility
|
||||
// import { AttachmentStoreStrategyS3 } from '/models/lib/attachmentStoreStrategy';
|
||||
import FileStoreStrategyFactory, {moveToStorage, rename, STORAGE_NAME_FILESYSTEM, STORAGE_NAME_GRIDFS} from '/models/lib/fileStoreStrategy';
|
||||
// DISABLED: S3 storage removed due to Node.js compatibility
|
||||
// import { STORAGE_NAME_S3 } from '/models/lib/fileStoreStrategy';
|
||||
import { getAttachmentWithBackwardCompatibility, getAttachmentsWithBackwardCompatibility } from './lib/attachmentBackwardCompatibility';
|
||||
import AttachmentStorageSettings from './attachmentStorageSettings';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue