Skip to content

Commit

Permalink
Update CloudFileSigner.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
wangp-nhlab committed Aug 16, 2022
1 parent e97e5d3 commit 1454e53
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ class GCSFileSigner(
}

class OSSFileSigner(
name: URI,
conf: Configuration,
preSignedUrlTimeoutSeconds: Long) extends CloudFileSigner {
name: URI,
conf: Configuration,
preSignedUrlTimeoutSeconds: Long) extends CloudFileSigner {

private val clientConf = new ClientConfiguration()
clientConf.setMaxConnections(conf.getInt(MAXIMUM_CONNECTIONS_KEY, MAXIMUM_CONNECTIONS_DEFAULT))
Expand Down

0 comments on commit 1454e53

Please sign in to comment.