Git lfs save files on storage with path per repository

Hey,
Currently when setting up git-lfs for gitea (for example with Minio) you can use MINIO_BASE_PATH as the folder for the files to be stored in
What if I want each repository to have its own base folder? is there an option to do it?
The reason I’m asking is because git-lfs doesn’t upload files twice so if a file was uploaded from one repository it will be used by the other repo as well, and I want to seperate the files between the repositories
Thanks
Itay