mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
Update rustfs/src/storage/ecfs.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2055,7 +2055,7 @@ impl S3 for FS {
|
|||||||
};
|
};
|
||||||
|
|
||||||
store.put_object_metadata(&bucket, &key, &popts).await.map_err(|e| {
|
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())
|
s3_error!(InternalError, "{}", e.to_string())
|
||||||
})?;
|
})?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user