mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Implement s3 storage.
Use uuid as file id.
This commit is contained in:
@@ -74,7 +74,7 @@ export interface Storage {
|
||||
}
|
||||
|
||||
export interface RFile {
|
||||
id: number;
|
||||
id: string;
|
||||
filename: string;
|
||||
description: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user