Xuanwo commented on code in PR #2787:
URL:
https://github.com/apache/incubator-opendal/pull/2787#discussion_r1285149247
##########
core/src/docs/upgrade.md:
##########
@@ -1,3 +1,15 @@
+# Unreleased
+
+## Public API
+
+### RFC-2774 Lister API
+
+RFC-2774 proposes a new `lister` API to replace current `list` and `scan`. And
we add a new API `list` to return entries directly.
Review Comment:
Yes, there is an overlap between `scan` and `list_with`, which could cause
issues when using `scan_with("path").delimiter("")`.
Also updated the RFC to let users know about this change.
##########
core/src/docs/upgrade.md:
##########
@@ -1,3 +1,15 @@
+# Unreleased
+
+## Public API
+
+### RFC-2774 Lister API
+
+RFC-2774 proposes a new `lister` API to replace current `list` and `scan`. And
we add a new API `list` to return entries directly.
Review Comment:
Yes, there is an overlap between `scan` and `list_with`, which could cause
issues when using `scan_with("path").delimiter("")`.
> Also updated the RFC to let users know about this change.
--
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]