Update rustfs/src/storage/ecfs.rs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
weisd
2025-05-13 09:28:22 +08:00
committed by GitHub
parent c69a2f83a6
commit 0477e8d3ed
+1 -1
View File
@@ -2055,7 +2055,7 @@ impl S3 for FS {
};
store.put_object_metadata(&bucket, &key, &popts).await.map_err(|e| {
error!("get_object_info failed, {}", e.to_string());
error!("put_object_metadata failed, {}", e.to_string());
s3_error!(InternalError, "{}", e.to_string())
})?;