This commit is contained in:
2023-11-12 14:27:11 -06:00
parent 87f83b6f30
commit 821ed7b25e
4 changed files with 15 additions and 7 deletions

View File

@@ -523,9 +523,8 @@ TEST(fuse_drive, all_tests) {
config_ptr =
std::make_unique<app_config>(provider_type::s3, cfg_directory);
{
app_config src_cfg(
provider_type::s3,
utils::path::combine(get_test_dir(), {"filebase"}));
app_config src_cfg(provider_type::s3,
utils::path::combine(get_test_dir(), {"storj"}));
config_ptr->set_enable_drive_events(true);
config_ptr->set_event_level(event_level::verbose);
config_ptr->set_s3_config(src_cfg.get_s3_config());