public CephService excerptTemplatesCephService()

in src/main/java/com/epam/digital/data/platform/excerpt/worker/config/CephConfig.java [51:57]


  public CephService excerptTemplatesCephService(
      @Value("${excerpt-templates-ceph.http-endpoint}") String uri,
      @Value("${excerpt-templates-ceph.access-key}") String accessKey,
      @Value("${excerpt-templates-ceph.secret-key}") String secretKey,
      CephS3Factory cephS3Factory) {
    return cephS3Factory.createCephService(uri, accessKey, secretKey);
  }