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,11 +237,11 @@ auto s3_provider::create_directory_paths(
response_data)); response_data));
return api_error::comm_error; 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);
} }
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) { if (res != api_error::success) {