cxorm commented on code in PR #3109:
URL: 
https://github.com/apache/incubator-opendal/pull/3109#discussion_r1328495740


##########
core/src/raw/ops.rs:
##########
@@ -124,6 +124,12 @@ impl OpList {
         self.start_after.as_deref()
     }
 
+    /// Set the start_after of list operation.
+    pub fn set_start_after(mut self, start_after: &Option<String>) -> Self {

Review Comment:
   Thanks for the reminder, fixed.



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