in src/main/java/com/epam/digital/data/platform/history/config/GenericStorageConfig.java [29:32]
public StorageServiceFactory storageServiceFactory(ObjectMapper objectMapper,
CephS3Factory cephS3Factory) {
return new StorageServiceFactory(objectMapper, cephS3Factory);
}