This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch Xuanwo-patch-1
in repository https://gitbox.apache.org/repos/asf/opendal.git
from c0c2afe9e ci: Delete .github/workflows/ci_weekly_update.yml
add 54c0a1f6c fix(services/swift): add missing copy capability flag (#7204)
add b07e46ad5 fix(services/swift): forward write headers to Swift API
(#7206)
add 0f8b4613d feat(services/swift): add conditional request headers for
stat and read (#7208)
add ec8ff5280 feat(services/swift): add bulk delete support (#7210)
add 9932bd4a4 feat(services/swift): add SLO multipart upload for large
objects (#7212)
add b6b820488 Merge branch 'main' into Xuanwo-patch-1
No new revisions were added by this update.
Summary of changes:
core/Cargo.lock | 1 +
core/core/src/raw/oio/write/multipart_write.rs | 3 +
core/services/b2/src/writer.rs | 1 +
core/services/cos/src/writer.rs | 1 +
core/services/gcs/src/writer.rs | 1 +
core/services/obs/src/writer.rs | 1 +
core/services/oss/src/writer.rs | 1 +
core/services/s3/src/writer.rs | 1 +
core/services/swift/Cargo.toml | 1 +
core/services/swift/src/backend.rs | 40 ++-
core/services/swift/src/core.rs | 317 +++++++++++++++++++++++-
core/services/swift/src/deleter.rs | 49 +++-
core/services/swift/src/error.rs | 4 +-
core/services/swift/src/writer.rs | 86 ++++++-
core/services/upyun/src/writer.rs | 1 +
core/services/vercel-blob/src/writer.rs | 1 +
integrations/object_store/src/service/writer.rs | 1 +
17 files changed, 497 insertions(+), 13 deletions(-)