This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
from c811a300e feat: disable backtrace for NotFound error (#5577)
add c6fe050d3 chore: try use logforth (#5573)
No new revisions were added by this update.
Summary of changes:
bin/oay/Cargo.lock | 203 ++++++++---------------
bin/oay/Cargo.toml | 4 +-
bin/oay/src/bin/oay.rs | 8 +-
bin/oay/src/bin/webdav.rs | 8 +-
bin/oay/src/services/s3/service.rs | 3 +-
bin/ofs/Cargo.lock | 77 ++++++---
bin/ofs/Cargo.toml | 8 +-
bin/ofs/src/main.rs | 2 +-
bin/ofs/tests/common/mod.rs | 2 +-
core/Cargo.lock | 72 +++++++-
core/benches/vs_fs/Cargo.toml | 1 -
core/benches/vs_s3/Cargo.toml | 6 +-
core/benches/vs_s3/src/main.rs | 6 +-
core/fuzz/Cargo.toml | 11 +-
core/fuzz/fuzz_reader.rs | 6 +-
core/fuzz/fuzz_writer.rs | 9 +-
dev/Cargo.lock | 77 ++++++---
dev/Cargo.toml | 2 +-
dev/src/main.rs | 2 +-
integrations/cloud_filter/Cargo.toml | 4 +-
integrations/cloud_filter/examples/readonly.rs | 2 +-
integrations/cloud_filter/tests/behavior/main.rs | 2 +-
22 files changed, 271 insertions(+), 244 deletions(-)