Hi Team,
For Our Website - earthhero.org, we wanted to keep some files in the Git Large File Storage system. Since website is already running on Netlify, I found that Netlify has Large Media storage feature created on top of Git LFS.
- Website is built using Gatsby Framework and Repo is on Github.
- So, I followed all the steps as provided in the below link - Large Media overview | Netlify Docs
- Files in static folder are converted into text file instead of zip or pdf. they have valid configuration as your team mentioned in docs.
- I am able to view the files from the main website after all these changes.
Repo has the .lsconfig file with below details
Blockquote
[lfs]
url = https://XXX.netlify.app/.netlify/large-media
Blockquote
However, site settings of Netlify under Large Media does not show any resource.
Files are in .pdf and .zip version, here is snapshot from Netlify Large Media:
My Question is how should i make sure that files are indeed getting downloaded from Netlify System and not from Github Directly?