Xuanwo commented on code in PR #3071:
URL:
https://github.com/apache/incubator-opendal/pull/3071#discussion_r1326100488
##########
core/src/services/azblob/backend.rs:
##########
@@ -742,18 +741,31 @@ impl Accessor for AzblobBackend {
)
})?;
- let body = resp.into_body().bytes().await?;
- let body = String::from_utf8(body.to_vec()).map_err(|e| {
- Error::new(
+ let multipart: Multipart<MixedPart> = Multipart::new()
Review Comment:
Great!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]