How to write a file to persistent storage on Serverless?
Hey guys, can someone help me write a file to persistent storage on Serverless, I want to then allow users to download it directly from the storage, and clean up the volume after 24 hours.
Any help here would be great!!
1 Reply
You can use a network volume but will probably need a pod that can run a cron job to delete the files after 24 hours. Otherwise push the files to a cloud provider.