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

push: fix http storage ignoring method setting #6981

Merged
merged 3 commits into from
Nov 15, 2021
Merged

Conversation

ditod
Copy link
Contributor

@ditod ditod commented Nov 14, 2021

Add method overriding the default put_file in http.py
where the upload method is passed to the http implementation.

Fixes: #6694

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

Add method overriding the default put_file in http.py
where the upload method is passed to the http implementation.

Fixes: iterative#6694
@ditod ditod requested a review from a team as a code owner November 14, 2021 11:54
@ditod ditod requested a review from pared November 14, 2021 11:54
dvc/fs/http.py Outdated Show resolved Hide resolved
dvc/fs/http.py Outdated Show resolved Hide resolved
@pared
Copy link
Contributor

pared commented Nov 15, 2021

Shouldn't we test that? Not sure how complicated that would be, so we might want to make a separate task out of it.

@efiop efiop merged commit fdba79c into iterative:master Nov 15, 2021
@efiop efiop added fs: http Related to the HTTP filesystem bugfix fixes bug labels Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix fixes bug fs: http Related to the HTTP filesystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

push: doesn't respect HTTP remote "method" config
5 participants