←back to thread

194 points kbumsik | 1 comments | | HN request time: 0.202s | source
Show context
Evidlo ◴[] No.41891680[source]
For the LFS part there is also dvc which works better than git-lfs and natively supports S3.
replies(3): >>41892558 #>>41896488 #>>41898528 #
1. matrss ◴[] No.41896488[source]
There is also git-annex, which supports S3 as well as a bunch of other storage backends (and it is very easy to implement your own, it just has to loosely resemble a key-value store). Git-annex can use any of its special remotes as git remotes, like what the presented tool does for just S3.