S3git: Git for Cloud Storage, Written in Go(github.com)
github.com
S3git: Git for Cloud Storage, Written in Go
https://github.com/s3git/s3git
7 comments
The library is not yet open sourced but will be soon. Some internals about how s3git uses the BLAKE2 hashing algorithm are described in https://github.com/s3git/s3git/blob/master/BLAKE2.md which may be of interest.
Just FYI, JGit [0][1] also supports S3 outside of being a fully-featured Git client.
[0]: https://eclipse.org/jgit/
[1]: https://github.com/eclipse/jgit
[0]: https://eclipse.org/jgit/
[1]: https://github.com/eclipse/jgit
FYI, this isn't actually git, this is something entirely different that also has `git` in the name.
That is correct (see also earlier reply), it is aimed at really large repos with primarily non-text blobs backed up cloud storage like S3, but doing so in the spirit of git and hence the name.
A "no" would have sufficed.
This is relevant to my interests, so I was going to try to read the source to see how it works: it seems that the internals are in https://github.com/s3git/s3git-go which is a dead url?