Skip to content

Commit 9d71ae2

Browse files
authored
ID-347 Remove Martha References (#7384)
1 parent 6e669cf commit 9d71ae2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cloud-nio/cloud-nio-impl-drs/src/main/scala/cloud/nio/impl/drs/DrsCloudNioFileSystemProvider.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ class DrsCloudNioFileSystemProvider(rootConfig: Config,
1111
drsReadInterpreter: DrsReadInterpreter
1212
) extends CloudNioFileSystemProvider {
1313

14-
lazy val drsResolverConfig =
15-
if (rootConfig.hasPath("resolver")) rootConfig.getConfig("resolver") else rootConfig.getConfig("martha")
14+
lazy val drsResolverConfig = rootConfig.getConfig("resolver")
1615
lazy val drsConfig: DrsConfig = DrsConfig.fromConfig(drsResolverConfig)
1716

1817
lazy val drsPathResolver: EngineDrsPathResolver =

docs/filesystems/Filesystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filesystems {
1919
class = "cromwell.filesystems.drs.DrsFileSystemConfig"
2020
config {
2121
resolver {
22-
url = "https://martha-url-here or https://drshub-url-here"
22+
url = https://drshub-url-here"
2323
# The number of times to retry failures connecting or HTTP 429 or HTTP 5XX responses, default 3.
2424
num-retries = 3
2525
# How long to wait between retrying HTTP 429 or HTTP 5XX responses, default 10 seconds.

0 commit comments

Comments
 (0)