This is a dvc http remote implementation. It is the "clean" code that we use as a remote for DVC and with which we can reproduce the issue iterative/dvc#7564
Can be used for local storage or azure storage
Start with a simple example and then you can go further with the complex one
dvc configuration sample
['remote "localhost"']
url = http://localhost/remote/?repo=0
ssl_verify = false
- repo: Select localhost (repo=0) or Azure (repo!=0)