Now that Gitlab announced Git LFS support I am asking if it is possible to store the Git LFS files on Amazon S3? I don't want to store the repositories itself just LFS files.
Asked
Active
Viewed 3,752 times
8
-
https://github.com/meltingice/git-lfs-s3 could help, maybe? – VonC Nov 25 '15 at 08:01
2 Answers
6
Things have changed since the previous answer (2016). From the same GitLab documentation link, if you host git repositories on your own GitLab server (not the gitlab.com), you can set up storage of LFS files on S3 or GCS.

Anton Babkin
- 595
- 1
- 8
- 12
5
From the documentation:
Currently, storing GitLab Git LFS objects on a non-local storage (like S3 buckets) is not supported

user2851943
- 860
- 10
- 19