overture-stack / score

Secure Cloud Object REsource: file transfer microservice
https://www.overture.bio/products/score
GNU Affero General Public License v3.0
18 stars 10 forks source link

change URI scheme from icgc:// to score:// #426

Closed Azher2Ali closed 2 months ago

Azher2Ali commented 2 months ago

Updating the URI scheme- #421

URI Change: The URI scheme icgc was changed to score. This scheme is an arbitrary string value used to identify the type of filesystem. Changing it ensures that the new naming convention is consistent throughout the codebase. Return Value Change: The method in StorageFileSystemProvider.java that returns "icgc" now returns "score", ensuring consistency with the new URI scheme.