Removal of Netlify Large Media

as per instructions from this

  • site id: e9ec36c3-1456-41ac-b93e-f8db626eb29d
  • confirmed I have a local copy of all files
  • still using Git LFS and just not Large Media
  • moving my site’s base repo to a different one hosted on GitHub, without .lfsconfig stuff

confirmed my site works using the other repo and barebones LFS, so I just need to admins to turn off my site’s LFS stuff

Hi, @lafcadio. We have removed the Large Media add-on from the site now.

Would you please push the commit removing .lfsconfig to the upstream repository? This will trigger a new build.

Please keep in mind that you might want to run the command below after deleting the .lfsconfig file:

git lfs push --all origin

This will sync the local repo’s LFS objects with the Git LFS service at the original Git host. It pushes any new binary blobs to their LFS service which may have been added after you moved the LFS service to Large Media.

Please let us know if there are any issues with the new build or deployed site.

thank you! just redeployed with the necessary changes and all works!