socketry / async-http

MIT License
298 stars 45 forks source link

Multipart uploading file by the PUT method #140

Closed abozhiy closed 9 months ago

abozhiy commented 9 months ago

I need to implement multipart upload file to S3 with presigned part URLs, for each part I need to pass file in request body by the PUT method, but as I understand it, async-http expects an array of strings for the body. Is it possible to pass a file inside the request body and how to do it? Thank you.