About cloudflare workers filesystem

I’m new to use Cloudflare workers. I’m wondering if I could access Cloudflare worker’s file system? AWS Lambda, Google Cloud Functions have “tmp” folder which you could store stuff temporarily.

Thanks

Cloudflare Workers do not have access to ephemeral storage, but you can store data with KV or R2 Storage for later retrieval.

3 Likes