It'd be nice to have some listing of uploads, and maybe the ability to delete or something
Possible ways to deal with this:
- Simply fetch all the data from AWS every time
- Fetch data and store a local cache in the clients (web would be slowwww)
- Introduce some sqlite3 or somethin
It'd be nice to have some listing of uploads, and maybe the ability to delete or something
Possible ways to deal with this: