Skip to content

Commit

Permalink
#OB-45 feat: Generation of the signed url for the relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
manjudr committed Dec 16, 2022
1 parent 264de35 commit 1e677db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class JobAPIService @Inject()(postgresDBUtil: PostgresDBUtil, apiValidator: APIV
val values = f.split("/").toList.drop(3) // 3 - is derived from 2 -> '//' after wasb, 1 -> uri
values.mkString("/")
} else{
values
f
}
APILogger.log("Getting signed URL for - " + objectKey)
storageService.getSignedURL(bucket, objectKey, Option((expiry * 60)))
Expand Down

0 comments on commit 1e677db

Please sign in to comment.