Update rustfs/src/storage/ecfs.rs
Co-authored-by: Copilot <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
Copilot
parent
c69a2f83a6
commit
0477e8d3ed
@@ -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())
|
||||
})?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user