Summary of request
StorageProfiles were added to score-core as a mechanism for the server to communicate to a client which object storage service is used by a score server. This functionality is working well, but the constant used to indicate the S3-like storage profile was named after a specific projects hosting environment: COLLABORATORY.
We want to change the name of this StorageProfile in the code base, and change the value used (by both the server and client) for this storage profile.
Details
Score Core
Summary of request
StorageProfiles were added to score-core as a mechanism for the server to communicate to a client which object storage service is used by a score server. This functionality is working well, but the constant used to indicate the S3-like storage profile was named after a specific projects hosting environment: COLLABORATORY.
We want to change the name of this StorageProfile in the code base, and change the value used (by both the server and client) for this storage profile.
Details
Score Core
COLLABORATORYStorage profile to beS3, with profileName and profileValue alsos3score/score-core/src/main/java/bio/overture/score/core/model/StorageProfiles.java
Line 8 in f931ebe