←back to thread

194 points kbumsik | 2 comments | | HN request time: 0.523s | source
1. WhyNotHugo ◴[] No.41895724[source]
git-annex also has native support for s3.
replies(1): >>41896403 #
2. matrss ◴[] No.41896403[source]
I think this is more about storing the entire repository on s3, not just large files as git-lfs and git-annex are usually concerned with. But coincidentally, git-annex somewhat recently got the feature to use any of its special remotes as normal git remotes (https://git-annex.branchable.com/git-remote-annex/), including s3, webdav, anything that rclone supports, and a few more.