This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch add-contributing-for-pyhon
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 9c2e5642d950109b8787fdb4fa161fe76664ccec
Merge: cfec6538 f12b05c1
Author: Xuanwo <[email protected]>
AuthorDate: Mon May 1 20:38:56 2023 +0800

    Merge remote-tracking branch 'origin/main' into add-contributing-for-pyhon

 .env.example                      |   6 +
 Cargo.lock                        | 269 +++++++++++++++++++-
 core/Cargo.toml                   |   9 +
 core/README.md                    |   1 +
 core/src/services/ftp/backend.rs  |   6 +-
 core/src/services/mod.rs          |   5 +
 core/src/services/sftp/backend.rs | 507 ++++++++++++++++++++++++++++++++++++++
 core/src/services/sftp/error.rs   |  91 +++++++
 core/src/services/sftp/mod.rs     |  24 ++
 core/src/services/sftp/pager.rs   | 101 ++++++++
 core/src/services/sftp/utils.rs   | 108 ++++++++
 core/src/services/sftp/writer.rs  |  57 +++++
 core/src/types/scheme.rs          |   3 +
 core/tests/behavior/main.rs       |   1 +
 14 files changed, 1179 insertions(+), 9 deletions(-)

Reply via email to