Include original error in object storage sendrequest error

This commit is contained in:
asonix 2023-06-21 17:07:14 -05:00
parent a3ff072350
commit 071d788349
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ pub(crate) enum ObjectError {
#[error("IO Error")]
IO(#[from] std::io::Error),
#[error("Error making request")]
#[error("Error making request: {0}")]
SendRequest(String),
#[error("Failed to parse string")]