mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-30 00:47:13 +00:00
fix(ci): repair main test regressions (#6519)
This commit is contained in:
+1
-1
@@ -430,7 +430,7 @@ pub async fn check_key_valid_with_context(
|
||||
reason = "account_disabled",
|
||||
"Access key validation rejected"
|
||||
);
|
||||
return Err(s3_error!(InvalidRequest, "ErrAccessKeyDisabled"));
|
||||
return Err(s3_error!(InvalidAccessKeyId, "check key failed"));
|
||||
}
|
||||
|
||||
warn!(
|
||||
|
||||
Reference in New Issue
Block a user