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

@@ -71,7 +71,7 @@ function UserTable({ page, searchKeyword, totalPagesCallback }: { page: number,
useEffect(() => {
fetchUsers();
}, [page, searchKeyword]);
}, [fetchUsers]);
const handleChanged = useCallback(async () => {
setUsers(null);