Summary of request
Continuing the effort to remove project specific references...
There are 3 different profiles that are used in an unclear way to indicate that the server is running with an S3 compatible backend. Those profiles are:
We want to simplify the Score Server code base and operation to use the single profile s3 instead.
s3 is chosen instead of amazon or aws since the Score server is compatible with any S3 API, such as minio or Ceph, in addition to the Amazon AWS service.
This work will replace references to these profiles in @Profile annotations within java files, and replace their sections in the application.yaml default config.
Details
In the following classes, update the @Profile annotations to remove the profile names collaboratory, amazon, and aws and replace then with s3:
In the server application.yaml:
Add some documentation to the score-server/README.md:
Additional context
With these changes, we will need to update any documentation we have on score profiles, including overture.bio .
Summary of request
Continuing the effort to remove project specific references...
There are 3 different profiles that are used in an unclear way to indicate that the server is running with an S3 compatible backend. Those profiles are:
collaboratoryamazonawsWe want to simplify the Score Server code base and operation to use the single profile
s3instead.s3is chosen instead ofamazonorawssince the Score server is compatible with any S3 API, such as minio or Ceph, in addition to the Amazon AWS service.This work will replace references to these profiles in
@Profileannotations within java files, and replace their sections in theapplication.yamldefault config.Details
In the following classes, update the
@Profileannotations to remove the profile namescollaboratory,amazon, andawsand replace then withs3:In the server
application.yaml:amazonandcollaboratorys3.s3connection (refer toS3Configclass)Add some documentation to the score-server/README.md:
Additional context
With these changes, we will need to update any documentation we have on score profiles, including overture.bio .