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

Add missing URL encoding in HTTPFileSystem._put_file() method #1450

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

sisp
Copy link
Contributor

@sisp sisp commented Dec 7, 2023

I've added a missing call to HTTPFileSystem.encode_url() applied to the remote URL path in HTTPFileSystem._put_file(), which is done consistently in all other methods that perform HTTP requests except this one.

@martindurant martindurant merged commit 5cfec6f into fsspec:master Dec 7, 2023
10 checks passed
@sisp sisp deleted the fix/http-put-file-encode-url branch December 7, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants