From 7b618d9db2fbdf44a4ab5bb0f63c29613a4c247d Mon Sep 17 00:00:00 2001 From: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com> Date: Mon, 28 Jun 2021 11:15:04 -0700 Subject: [PATCH] Updating LFS config to new endpoint (#1623) Signed-off-by: AMZN-alexpete --- .lfsconfig | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.lfsconfig b/.lfsconfig index 5b405115eb..e51eb5e7c4 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,2 +1,11 @@ [lfs] -url=https://dsasbkzux9giw.cloudfront.net/api/v1 +# Default LFS endpoint for this repository +url=https://d3df09qsjufr6g.cloudfront.net/api/v1 + +# To use the endpoint with your fork: +# 1. uncomment the url line below by removing the '#' +# 2. replace 'owner' with the username or organization that owns the fork +# 3. have git ignore your local modification of this file by running +# git update-index --skip-worktree .lfsconfig + +# url=https://d3df09qsjufr6g.cloudfront.net/api/v1/fork/owner