refactor s3 provider
This commit is contained in:
@ -71,9 +71,9 @@ private:
|
||||
-> api_error;
|
||||
|
||||
[[nodiscard]] auto
|
||||
get_object_info(const std::string &api_path, bool &is_encrypted,
|
||||
std::string &object_name, head_object_result &result) const
|
||||
-> api_error;
|
||||
get_object_info(bool directory, const std::string &api_path,
|
||||
bool &is_encrypted, std::string &object_name,
|
||||
head_object_result &result) const -> api_error;
|
||||
|
||||
void remove_deleted_files();
|
||||
|
||||
|
Reference in New Issue
Block a user