updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -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{};
|
||||
|
Reference in New Issue
Block a user