Replies: 1 comment
-
nevermind! I just found this issue: #178 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm looking to replace a shell script with rust and currently working on the curl piece where I'm uploading an archive. In some instances, the target URL is a locally mounted volume and so the ingest URL starts with
file:///
- this works just as well ahttp://
in curl, but with reqwest I'm receiving the following error:is there a way to get this working? im new to rust so i'm not sure if i need to switch on a feature, or build a custom protocol handler?
Beta Was this translation helpful? Give feedback.
All reactions