updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-28 18:36:15 -05:00
parent fa3419c7cc
commit 8cbaa83206

View File

@@ -1148,7 +1148,7 @@ auto s3_provider::upload_file_impl(const std::string &api_path,
put_file.reader = std::make_shared<utils::encryption::encrypting_reader>(
object_name, source_path,
[]() -> bool { return app_config::get_stop_requested(); },
cfg.encryption_token, -1);
cfg.encryption_token, std::nullopt, -1);
}
long response_code{};