Commit a9d59bca authored by Kartheek Palla's avatar Kartheek Palla
Browse files

Issue #KN-603 fix: CSP changes

Showing with 1 addition and 0 deletions
+1 -0
......@@ -69,6 +69,7 @@ class StorageService {
def getSignedURL(key: String, ttl: Option[Int], permission: Option[String]): String = {
storageType match {
// TODO: We need to remove CSP name related code. Below code needs to be refactored.
case "gcloud" => getService.getPutSignedURL(getContainerName, key, ttl, permission, Option.apply(getMimeType(key)))
case _ => getService.getSignedURL (getContainerName, key, ttl, permission)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment