Binaries management web-services such as Artifactory or Sonatype Nexus use PUT method to deploy file over http. For now, dvc supports only POST method. It would be great if some kind of support of PUT method added. For example, by adding parameter 'method' to config:
dvc remote add -d origin https://artifactory.company/artifactory/dvc-local/
dvc remote modify origin http_method put
Binaries management web-services such as Artifactory or Sonatype Nexus use PUT method to deploy file over http. For now, dvc supports only POST method. It would be great if some kind of support of PUT method added. For example, by adding parameter 'method' to config: