kszucs commented on code in PR #2401:
URL: https://github.com/apache/iceberg-rust/pull/2401#discussion_r3188608090
##########
crates/storage/opendal/tests/file_io_s3_test.rs:
##########
@@ -199,8 +204,8 @@ mod tests {
),
Err(e) => {
assert!(
- e.to_string()
- .contains("no valid credential found and anonymous
access is not allowed")
+ e.to_string().contains("credential"),
Review Comment:
Changed it to `failed to load signing credential`
##########
crates/storage/opendal/Cargo.toml:
##########
@@ -54,6 +54,7 @@ futures = { workspace = true }
[dev-dependencies]
async-trait = { workspace = true }
iceberg_test_utils = { path = "../../test_utils", features = ["tests"] }
-reqsign = { version = "0.16.3", default-features = false }
+reqsign-aws-v4 = { version = "3.0.0" }
Review Comment:
Done, removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]