in src/main/java/com/epam/digital/data/platform/excerpt/api/service/ExcerptRetrievingService.java [46:55]
public ExcerptRetrievingService(
RecordRepository recordRepository,
JwtHelper jwtHelper,
CephService excerptCephService,
@Value("${datafactory-excerpt-ceph.bucket}") String bucket) {
this.recordRepository = recordRepository;
this.jwtHelper = jwtHelper;
this.excerptCephService = excerptCephService;
this.bucket = bucket;
}