This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch rfc-services-config
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from e72375cd1 Update
add 0db7bda1d chore: Make clippy happy (#3229)
add d535d62c3 RFC-3232: Align List API (#3232)
add 2197b01ae Merge branch 'main' into rfc-services-config
No new revisions were added by this update.
Summary of changes:
bin/oli/src/config/mod.rs | 15 ++---
bin/oli/tests/cat.rs | 4 +-
bin/oli/tests/cp.rs | 2 +-
bin/oli/tests/rm.rs | 2 +-
bin/oli/tests/stat.rs | 4 +-
core/src/docs/rfcs/3232_align_list_api.md | 69 ++++++++++++++++++++++
core/src/docs/rfcs/mod.rs | 3 +
core/src/layers/retry.rs | 2 +-
.../raw/oio/read/into_seekable_read_by_range.rs | 4 +-
core/src/types/list.rs | 1 -
10 files changed, 87 insertions(+), 19 deletions(-)
create mode 100644 core/src/docs/rfcs/3232_align_list_api.md