fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-08-23 21:38:57 -05:00
parent 089be73a08
commit b0a42cb488

View File

@ -894,6 +894,7 @@ auto s3_provider::upload_file_impl(const std::string &api_path,
if (not opt_size.has_value()) {
return api_error::comm_error;
}
file_size = opt_size.value();
}