refactor used drive space and get_file_list

This commit is contained in:
Scott E. Graves 2024-12-02 13:45:41 -06:00
parent cfba3d3082
commit c982972ee8

View File

@ -489,7 +489,7 @@ auto s3_provider::get_file_list(api_file_list &list, std::string &marker) const
std::string response_data;
long response_code{};
if (not get_object_list(response_data, response_code, std::nullopt,
std::nullopt, token)) {
std::nullopt, marker)) {
return api_error::comm_error;
}