I'd love to give feedback on this, but I don't think I have any of the context on what problem this is meant to solve. If possible, I'd love a way-zoomed-out intro to the problem, maybe which solutions we've tried so far, and some background on the solution.
If we're just talking about translating URLs to blobs, my first inclination would be:
- Publish https://example.com/install.sh
- Server does 301 permanent redirect to blob URL
- Server responds with immutable cache control like this
I suspect I'm not grokking the problem we're solving? Hope this was helpful to explain my understanding so far.
cc: @RangerMauve, this reminds me of your latest blog post and you may have some great feedback