This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-gcs in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit ee1cd4f63d8f12dfd46bd999c6c22a3f811cff72 Merge: 407712595 4c64a8096 Author: Xuanwo <[email protected]> AuthorDate: Mon Dec 25 11:51:42 2023 +0800 Merge remote-tracking branch 'origin/main' into fix-gcs .github/workflows/ci.yml | 3 +- .github/workflows/edge_test.yml | 45 ++++++++++++++++ bindings/ocaml/Cargo.lock | 16 +++--- bindings/ocaml/Cargo.toml | 2 +- bindings/ocaml/README.md | 8 +-- core/edge/s3_read_on_wasm/src/lib.rs | 4 +- core/src/raw/http_util/header.rs | 16 ++++++ core/src/raw/http_util/mod.rs | 1 + core/src/services/dbfs/docs.md | 2 +- core/src/services/gdrive/backend.rs | 3 +- core/src/services/gdrive/lister.rs | 3 +- core/src/services/gdrive/writer.rs | 3 +- core/src/services/huggingface/docs.md | 4 +- core/src/services/swift/docs.md | 2 +- core/src/services/upyun/core.rs | 96 ++++------------------------------- core/src/services/upyun/writer.rs | 25 +++++---- website/docs/services/huggingface.mdx | 76 +++++++++++++++++++++++++++ 17 files changed, 188 insertions(+), 121 deletions(-)
