fastapi-file-hosting
fastapi-file-hosting copied to clipboard
💾 An example of the implementation of file hosting with TTL on FastAPI.
FastAPI file hosting
You can see how the requests look before deploying this application to yourself.
File creation
Get details for one file
Get details for all files
Download file
TODO: Deleting files from the directory after the expiration of time (each file lives for some limited amount of time).