Y
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
maccard
1000 days ago
That's building a custom version control on top of the version control you're already using.
link
afiori
1000 days ago
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.
link
msk-lywenn
1000 days ago
Isn’t that essentially what git lfs is?
link
afiori
1000 days ago
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.
link