heman026 opened a new issue, #6676:
URL: https://github.com/apache/opendal/issues/6676
### Describe the bug
Open dal operator list method with start_after arugment works fine with s3
but not with local file system. It always list all the files from the path. Eg.
code given below.
```
operator = Operator("fs", root="tmp")
files = list(operator.list("", start_after = files[-1].path))
```
files has all entire list of files from the path in case of local file
system. In case of s3, it only gives the new file.
Please help me resolve this issue
### Steps to Reproduce
Explained in the bug details
### Expected Behavior
The method should list only the new files in the path.
### Additional Context
_No response_
### Are you willing to submit a PR to fix this bug?
- [ ] Yes, I would like to submit a PR.
--
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]