- Removed MinIO client and related imports from various modules. - Introduced S3 client and OSS integration for object storage. - Updated all references to MinIO methods with corresponding S3 methods. - Added new flowme table schema to the database. - Adjusted upload and download routes to utilize S3 for file operations. - Removed obsolete MinIO-related files and routes. - Ensured compatibility with existing application logic while transitioning to S3.
13 lines
210 B
Markdown
13 lines
210 B
Markdown
code center
|
|
|
|
|
|
```
|
|
unzip -x app.config.json5
|
|
```
|
|
|
|
```
|
|
"@kevisual/oss": "file:/home/ubuntu/kevisual/dev3/kevisual-oss",
|
|
```
|
|
```
|
|
TODO: /home/ubuntu/kevisual/code-center/src/routes/file/module/get-minio-list.ts
|
|
``` |