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

This commit is contained in:
2025-01-01 01:35:45 -06:00
parent 4fef036f10
commit 75657bec58

View File

@ -237,12 +237,12 @@ auto s3_provider::create_directory_paths(
response_data));
return api_error::comm_error;
}
}
auto dir = create_api_file(cur_path, cur_key, 0U,
get_last_modified(true, cur_path));
get_api_item_added()(true, dir);
}
}
if (res != api_error::success) {
return res;