Skip to content
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

Not chunked upload to HTTP remote #9

Open
scotty3005 opened this issue Jun 4, 2021 · 0 comments
Open

Not chunked upload to HTTP remote #9

scotty3005 opened this issue Jun 4, 2021 · 0 comments

Comments

@scotty3005
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants