Hacker News new | ask | show | jobs
by afiori 1000 days ago
I am not saying that it is a better UX, but hashed/versioned blobs on S3 would mostly work depending on tooling integration.
2 comments

That's building a custom version control on top of the version control you're already using.
not really, it is like building a custom storage layer for your VCS.

you are still relying only on git as a source of truth for which artefacts belong to which version.

Isn’t that essentially what git lfs is?
I believe so, but with different UX. In almost every case I expect git lfs to be better, but I can see reasons to use more custom flows.