mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +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