-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for PUT method for remote http storage #4248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've just replaced POST with PUT at Line 184 in b77ce02
|
For the record: probably the best choice is to try |
@efiop this way we'll be doing a lot of extra operations? or should we try once and remember the choice? |
@shcheklein Remember the choice, yes. |
I plan to use artifactory with dvc, still required? I could work on it ASAP |
@ClementWalter Sure, let us know if you need any help. Thanks for trying it out! 🙏 |
Closing as this is already implemented on #4553. The http method could be modified as follows: $ dvc remote modify myremote method PUT Please check the docs for more information: https://dvc.org/doc/command-reference/remote/modify#available-parameters-per-storage-type |
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:
The text was updated successfully, but these errors were encountered: