This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch list-with-deleted
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 2fa79d5b9 Assign number
add 0b8b1c54b RFC-5485: Conditional Reader (#5485)
add 977fd2d30 feat: Add if-match & if-none-match support for reader (#5492)
add 50d4bd5fe Merge branch 'main' into list-with-deleted
No new revisions were added by this update.
Summary of changes:
core/src/docs/rfcs/5485_conditional_reader.md | 112 ++++++++++++++++++++++
core/src/docs/rfcs/mod.rs | 6 +-
core/src/types/operator/operator_futures.rs | 10 ++
core/tests/behavior/async_read.rs | 133 +++++++++++++++++++++++++-
4 files changed, 259 insertions(+), 2 deletions(-)
create mode 100644 core/src/docs/rfcs/5485_conditional_reader.md