reswqa commented on code in PR #4477:
URL: https://github.com/apache/opendal/pull/4477#discussion_r1562728329


##########
core/src/services/github/core.rs:
##########
@@ -176,7 +176,7 @@ impl GithubCore {
 
         let mut req_body = CreateOrUpdateContentsRequest {
             message: format!("Write {} at {} via opendal", path, 
chrono::Local::now()),
-            content: base64::engine::general_purpose::STANDARD.encode(&bs),
+            content: 
base64::engine::general_purpose::STANDARD.encode(&bs.to_bytes()),

Review Comment:
   The same reason as before.



-- 
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]

Reply via email to