refactor used drive space and get_file_list

This commit is contained in:
Scott E. Graves 2024-12-02 13:46:49 -06:00
parent c982972ee8
commit 44d810c398

View File

@ -492,6 +492,7 @@ auto s3_provider::get_file_list(api_file_list &list, std::string &marker) const
std::nullopt, marker)) {
return api_error::comm_error;
}
marker.clear();
if (response_code != http_error_codes::ok) {
utils::error::raise_error(function_name, response_code,