[unit test] Complete FUSE unit tests #22
This commit is contained in:
@@ -275,7 +275,7 @@ auto s3_provider::get_directory_item_count(const std::string &api_path) const
|
||||
|
||||
try {
|
||||
const auto &cfg{get_s3_config()};
|
||||
const auto is_encrypted{!cfg.encryption_token.empty()};
|
||||
const auto is_encrypted{not cfg.encryption_token.empty()};
|
||||
|
||||
std::string key;
|
||||
if (is_encrypted) {
|
||||
|
Reference in New Issue
Block a user