-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Summary of request
As kf has been completely removed from the codebase, we can delete the entire storage folder as it’s no longer needed. This will not impact any funtionality of the application
Details
- Remove the folder and contents located at score-client/src/main/java/bio/overture/score/client/storage/kf
- Move
ScoreStorageService
into parent package (same asAbstractStorageService
:bio.overture.score.client.storage
) - Remove KF profile from score-client/storage/ScoreStorageService #460
- Remove config value from StorageConfig used by the
KFStorageService
score/score-client/src/main/java/bio/overture/score/client/config/StorageConfig.java
Lines 21 to 22 in f931ebe
@Value("${kf.download.partSize}") private int partSize;
Metadata
Metadata
Assignees
Labels
No labels