refactor used drive space and get_file_list
This commit is contained in:
parent
c982972ee8
commit
44d810c398
@ -492,6 +492,7 @@ auto s3_provider::get_file_list(api_file_list &list, std::string &marker) const
|
|||||||
std::nullopt, marker)) {
|
std::nullopt, marker)) {
|
||||||
return api_error::comm_error;
|
return api_error::comm_error;
|
||||||
}
|
}
|
||||||
|
marker.clear();
|
||||||
|
|
||||||
if (response_code != http_error_codes::ok) {
|
if (response_code != http_error_codes::ok) {
|
||||||
utils::error::raise_error(function_name, response_code,
|
utils::error::raise_error(function_name, response_code,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user