fix
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
@@ -1065,7 +1065,7 @@ auto s3_provider::search_keys_for_master_kdf(
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::uint8_t count{0U};
|
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");
|
auto node_list = doc.select_nodes("/ListBucketResult/Contents");
|
||||||
for (const auto &node : node_list) {
|
for (const auto &node : node_list) {
|
||||||
|
Reference in New Issue
Block a user