Implement s3 storage.

Use uuid as file id.
This commit is contained in:
2025-05-13 11:56:22 +08:00
parent 081b547c03
commit 04d679f3f4
14 changed files with 145 additions and 76 deletions

View File

@@ -74,7 +74,7 @@ export interface Storage {
}
export interface RFile {
id: number;
id: string;
filename: string;
description: string;
}