Commit 9cf5ae02 authored by shishir suman's avatar shishir suman
Browse files

configuration changes

Showing with 1 addition and 1 deletion
+1 -1
......@@ -96,7 +96,7 @@ class StorageService {
case "gcloud" => getGCPSignedURL(Platform.config.getString("gcloud_private_bucket_project_client_id"),
Platform.config.getString("gcloud_client_key"),
Platform.config.getString("gcloud_private_secret"),
Platform.config.getString("gcloud_private_bucket_project_key_id"), Platform.config.getString("gcloud_private_bucket_project_id"), key, ttl.get)
Platform.config.getString("gcloud_private_bucket_project_key_id"), Platform.config.getString("gcloud_private_bucket_projectId"), key, ttl.get)
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