Skip to content

Commit

Permalink
Update src/S3Commands.cc
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bbockelm and github-actions[bot] authored May 23, 2024
1 parent a866d7f commit 50c9fc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/S3Commands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ bool AmazonS3List::Results(std::vector<S3ObjectInfo> &objInfo,
}
}
}
}
else if (!strcmp(child->Name(), "Contents")) {
} else if (!strcmp(child->Name(), "Contents")) {
std::string keyStr;
int64_t size;
bool goodSize = false;
Expand Down

0 comments on commit 50c9fc8

Please sign in to comment.