refactor used drive space and get_file_list
This commit is contained in:
parent
cfba3d3082
commit
c982972ee8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user