This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a change to branch append
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from 3fff87c9 fix fmt
add d66a7256 pick a new file
No new revisions were added by this update.
Summary of changes:
bin/oay/src/bin/oay.rs | 4 +-
bindings/c/src/lib.rs | 4 +-
bindings/c/src/result.rs | 3 +-
core/src/raw/adapters/typed_kv/api.rs | 3 +-
core/src/raw/oio/append.rs | 91 +++++++++++++++++++++++++++
core/src/raw/oio/mod.rs | 8 ++-
core/src/raw/oio/write.rs | 84 -------------------------
core/src/services/gdrive/backend.rs | 35 +++++++----
core/src/services/gdrive/builder.rs | 6 +-
core/src/services/gdrive/core.rs | 13 ++--
core/src/services/onedrive/backend.rs | 42 +++++++++----
core/src/services/onedrive/graph_model.rs | 3 +-
core/src/services/onedrive/pager.rs | 27 ++++----
core/src/services/onedrive/writer.rs | 8 +--
core/src/services/sftp/error.rs | 6 +-
core/src/services/sftp/writer.rs | 4 +-
core/src/services/vercel_artifacts/backend.rs | 34 ++++++----
17 files changed, 219 insertions(+), 156 deletions(-)
create mode 100644 core/src/raw/oio/append.rs