You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
recently I have experimented with DVC and HTTP remotes.
Problems that I had to solve:
Server was not allowing HEAD requests and responding to the GET request had status code 404, which is not actually checked by DVC.
Server not accepting chunked uploads
It would be super helpful to be able to detect the possibility to send or not chunked file uploads or at least a configuration option to do so. I tried to write a draft solution at the following PR iterative/dvc#6117
I will be happy eventually improve on that in order to provide DVC with the feature above mentioned.
The text was updated successfully, but these errors were encountered:
Hi,
recently I have experimented with DVC and HTTP remotes.
Problems that I had to solve:
It would be super helpful to be able to detect the possibility to send or not chunked file uploads or at least a configuration option to do so. I tried to write a draft solution at the following PR iterative/dvc#6117
I will be happy eventually improve on that in order to provide DVC with the feature above mentioned.
The text was updated successfully, but these errors were encountered: