21/07/2025
There are fundamental tasks that are associated with application management like serving the website's media assets from a global content delivery network (CDN), for the past few years, one of the main reasons I have come to consider object storage services like Amazon S3 bucket or Cloudflare R2 is because if I ever need to migrate data to another servers, I'm not stuck moving bulky image files, videos and documents along with my web application code.
All my media assets stay safe in the bucket, so migrating the core codebase is lighter and way less stressful.
If you haven't switched to this technology, I advise you to give it a try on your next project.