in src/main/java/com/epam/digital/data/platform/excerpt/worker/service/TemplateService.java [39:48]
public TemplateService(
ExcerptTemplateRepository templateRepository,
CephService excerptTemplatesCephService,
@Value("${excerpt-templates-ceph.bucket}") String templateBucket,
@Value("${template.path}") String templatePath) {
this.templateRepository = templateRepository;
this.excerptTemplatesCephService = excerptTemplatesCephService;
this.templateBucket = templateBucket;
this.templatePath = templatePath;
}