cf-files banner

cf-files

1 devlog
6h 12m 2s

abusing cloudflare pages uploads to get storage

This project uses AI

i used chatgpt to make sure my logic in file splitting worked and there wasn’t edge cases i missed. the google ai overview told me how to return a file to be downloaded. chatgpt also helped me debug a bit.

Repository

Loading README...

doctor112-1

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.

0