From hyper legacy client to reqwest 0.12, how to handle stream upload (PUT) and stream download (GET) from S3? #2308
Unanswered
frederikhors
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this code to PUT and GET file on S3 using legacy hyper client. Now I want to use reqwest but I don't know what to use, can you help me?
I tried using reqwest like this:
UPDATE:
I tried this code:
and it works except for this error:
How can I fix?
Is this code OK?
Beta Was this translation helpful? Give feedback.
All reactions