Tags
Note
This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process thoughts
Here's my thought on ๐ญ Why Your Backend Shouldn't Serve Files - YouTube
Lane from boot.dev madde this fantastic video about serving files on the internet. It has me wondering if I need to rethink a few of my things that I have built. I have a few things I am serving media from, but I have very aggressive cloudflare cache rules on them, so each file should only be uploaded about once per year.
My problem going straight out of minio right now is how do i set headers for cache control on it. If I can't set the cache control and everything is coming out of minio this does not solve my problems.
I went back and played with presigned urls and you can in fact control and set response headers, this is definitely the way and I have been wrong.
This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts