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

xuanwo pushed a change to branch fix-etcd-invalid-auth
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


    from 4b7f724fd Fix format
     add 9535d0222 refactor: Polish RangeWrite implementation to remove the 
extra buffer logic (#3038)
     add fb04515a3 ci: restrict workflow that need password (#3039)
     add 8fcd9a9aa Merge branch 'main' into fix-etcd-invalid-auth

No new revisions were added by this update.

Summary of changes:
 .github/workflows/service_test_azblob.yml        |   2 +-
 .github/workflows/service_test_cos.yml           |   2 +-
 .github/workflows/service_test_dropbox.yml       |   2 +-
 .github/workflows/service_test_gdrive.yml        |   2 +-
 .github/workflows/service_test_s3.yml            |   2 +-
 .github/workflows/service_test_supabase.yml      |   2 +-
 .github/workflows/service_test_wasabi.yml        |   2 +-
 core/src/raw/http_util/body.rs                   |   4 +
 core/src/raw/http_util/client.rs                 |   1 +
 core/src/raw/http_util/multipart.rs              |   1 +
 core/src/raw/oio/buf/chunked_bytes.rs            |  20 +-
 core/src/raw/oio/cursor.rs                       | 378 -----------------------
 core/src/raw/oio/mod.rs                          |   1 -
 core/src/raw/oio/write/multipart_upload_write.rs |  17 +-
 core/src/raw/oio/write/range_write.rs            | 151 +++++----
 core/src/services/gcs/backend.rs                 |  14 +-
 core/src/services/gcs/core.rs                    |   3 +
 core/src/services/gcs/writer.rs                  |  15 +-
 18 files changed, 131 insertions(+), 488 deletions(-)

Reply via email to