Skip to content

Commit

Permalink
fix(storage): Don't return empty credential while loading failed (#15181
Browse files Browse the repository at this point in the history
)

* fix(storage): Don't return empty credential while loading failed

Signed-off-by: Xuanwo <github@xuanwo.io>

* Fix lock

Signed-off-by: Xuanwo <github@xuanwo.io>

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Apr 8, 2024
1 parent b331056 commit 955b390
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
19 changes: 4 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ members = [
# databend maintains
jsonb = { git = "https://github.com/datafuselabs/jsonb", rev = "a7325f4" }

opendal = { version = "0.45.0", features = [
opendal = { version = "0.45.1", features = [
"layers-minitrace",
"layers-prometheus-client",
"layers-async-backtrace",
Expand Down Expand Up @@ -268,4 +268,6 @@ async-backtrace = { git = "https://github.com/zhang2014/async-backtrace.git", re
z3 = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
z3-sys = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" }
geozero = { git = "https://github.com/georust/geozero", rev = "1d78b36" }
# Hot fix for cos, remove this during opendal 0.46 upgrade.
opendal = { git = "https://github.com/apache/opendal", rev = "53377ca" }
# proj = { git = "https://github.com/ariesdevil/proj", rev = "51e1c60" }

0 comments on commit 955b390

Please sign in to comment.