CDN Manager
Parent Project
This page will document the development of my CDN Manager API for this website (and maybe my future websites for side projects)
For this API I am thinking of using a Cloudflare Worker that will perform all the cache invalidation, but before I build this API I have to choose what my static file server/service will be.
My current options for a static file server are :
- Amazon S3
- Azure Blob Storage
- Scaleway Elements
- B2B Backblaze
Out off all these options B2B and Scaleway offer strong Free options so I will try both of the versions and choose the one that will be easier to manage on the CDN manager.