jorgehermo9 commented on code in PR #6111:
URL: https://github.com/apache/opendal/pull/6111#discussion_r2062662024


##########
core/src/services/onedrive/core.rs:
##########
@@ -515,6 +532,7 @@ impl OneDriveCore {
         for _attempt in 0..MAX_MONITOR_ATTEMPT {
             let mut request = Request::get(monitor_url.to_string())
                 .header(header::CONTENT_TYPE, "application/json")
+                .extension(Operation::Info)

Review Comment:
   Not sure about this. `Copy` (as this method is only used for  `copy` 
operation), `Stat`? `Info`?



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