Skip to content

Commit

Permalink
ID-347 Remove Martha References (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs authored Mar 12, 2024
1 parent 6e669cf commit 9d71ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class DrsCloudNioFileSystemProvider(rootConfig: Config,
drsReadInterpreter: DrsReadInterpreter
) extends CloudNioFileSystemProvider {

lazy val drsResolverConfig =
if (rootConfig.hasPath("resolver")) rootConfig.getConfig("resolver") else rootConfig.getConfig("martha")
lazy val drsResolverConfig = rootConfig.getConfig("resolver")
lazy val drsConfig: DrsConfig = DrsConfig.fromConfig(drsResolverConfig)

lazy val drsPathResolver: EngineDrsPathResolver =
Expand Down
2 changes: 1 addition & 1 deletion docs/filesystems/Filesystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filesystems {
class = "cromwell.filesystems.drs.DrsFileSystemConfig"
config {
resolver {
url = "https://martha-url-here or https://drshub-url-here"
url = https://drshub-url-here"
# The number of times to retry failures connecting or HTTP 429 or HTTP 5XX responses, default 3.
num-retries = 3
# How long to wait between retrying HTTP 429 or HTTP 5XX responses, default 10 seconds.
Expand Down

0 comments on commit 9d71ae2

Please sign in to comment.