From 9cf5ae02ae0d676166285b0107fc0e39fe18feac Mon Sep 17 00:00:00 2001
From: shishirsuman <Shishir.suman@tarento.com>
Date: Thu, 5 Jan 2023 19:46:53 +0530
Subject: [PATCH] configuration changes

---
 .../src/main/scala/org/sunbird/cloudstore/StorageService.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform-modules/mimetype-manager/src/main/scala/org/sunbird/cloudstore/StorageService.scala b/platform-modules/mimetype-manager/src/main/scala/org/sunbird/cloudstore/StorageService.scala
index d5da9dd1d..347bd20e1 100644
--- a/platform-modules/mimetype-manager/src/main/scala/org/sunbird/cloudstore/StorageService.scala
+++ b/platform-modules/mimetype-manager/src/main/scala/org/sunbird/cloudstore/StorageService.scala
@@ -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)
       }
     }
-- 
GitLab