Git LFS Proxy (use Amazon S3 as datastore)
https://ydkk.hateblo.jp/entry/2017/12/07/120000
Edit config.example.json
and save it as config.json
.
s3bucketName
: S3 bucket name
token
: The token string which needs to include in the URL when accessing.
listen
: HTTP server listen URL
You can install this as a Windows service.
> LFS2S3Proxy.exe install
To configure Git repository to use this proxy, run this command:
git config -f .lfsconfig lfs.url https://your.host.name/{token}/{repositoryName}
Enjoy!