You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Change the COLLABORATORY Storage profile to be S3, with profileName and profileValue also s3
joneubank
changed the title
Rename Collaboratory StorageProfile to be S3
Remove Collaboratory Reference - Rename Collaboratory StorageProfile to be S3Jul 30, 2024
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
COLLABORATORY
Storage profile to beS3
, with profileName and profileValue alsos3
score/score-core/src/main/java/bio/overture/score/core/model/StorageProfiles.java
Line 8 in f931ebe
The text was updated successfully, but these errors were encountered: