Lars Bilke
Lars Bilke

Reputation: 5229

Gitlab with Git LFS on Amazon S3

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.

Upvotes: 8

Views: 4128

Answers (2)

Anton Babkin
Anton Babkin

Reputation: 645

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.

Upvotes: 6

user2851943
user2851943

Reputation: 860

From the documentation:

Currently, storing GitLab Git LFS objects on a non-local storage (like S3 buckets) is not supported

GitLab LFS docs

Upvotes: 5

Related Questions