Cloudflare workers project can store a maximum 20,000 assets with each asset being a maximum of 25MiB. This is around 500GB of storage. This takes your files, splits them into 24MiB chunks then creates a workers project. People can download files through /download/filename path. Right now, it works locally but fails on a public deployment due to the fact that it exceeds cpu time.
Log in to leave a comment