refactor used drive space and get_file_list
This commit is contained in:
		| @@ -489,7 +489,7 @@ auto s3_provider::get_file_list(api_file_list &list, std::string &marker) const | |||||||
|   std::string response_data; |   std::string response_data; | ||||||
|   long response_code{}; |   long response_code{}; | ||||||
|   if (not get_object_list(response_data, response_code, std::nullopt, |   if (not get_object_list(response_data, response_code, std::nullopt, | ||||||
|                           std::nullopt, token)) { |                           std::nullopt, marker)) { | ||||||
|     return api_error::comm_error; |     return api_error::comm_error; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user