-
Notifications
You must be signed in to change notification settings - Fork 11
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
ScoreStorageServiceinto 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
KFStorageServicescore/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