fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-09-03 09:05:31 -05:00
parent f76ba96613
commit 4dcfdedb14

View File

@@ -1065,7 +1065,7 @@ auto s3_provider::search_keys_for_master_kdf(
}
std::uint8_t count{0U};
constexpr const max_count{3U};
constexpr const std::uint8_t max_count{3U};
auto node_list = doc.select_nodes("/ListBucketResult/Contents");
for (const auto &node : node_list) {