Commit b9a063e9 authored by shishir suman's avatar shishir suman
Browse files

adding logs

Showing with 5 additions and 0 deletions
+5 -0
...@@ -104,6 +104,11 @@ class StorageService { ...@@ -104,6 +104,11 @@ class StorageService {
val privateKeyPkcs8 = Platform.config.getString("gcloud_private_secret") val privateKeyPkcs8 = Platform.config.getString("gcloud_private_secret")
val privateKeyIds = Platform.config.getString("gcloud_private_bucket_project_key_id") val privateKeyIds = Platform.config.getString("gcloud_private_bucket_project_key_id")
val projectId = Platform.config.getString("gcloud_private_bucket_projectId") val projectId = Platform.config.getString("gcloud_private_bucket_projectId")
println("uploading file to clientId : ", clientId)
println("uploading file to clientEmail : ", clientEmail)
println("uploading file to privateKeyPkcs8 : ", privateKeyPkcs8)
println("uploading file to privateKeyIds : ", privateKeyIds)
println("uploading file to projectId : ", projectId)
println("uploading file to container : ", getContainerName) println("uploading file to container : ", getContainerName)
println("file name getting uploaded : ", objectName) println("file name getting uploaded : ", objectName)
val credentials = ServiceAccountCredentials.fromPkcs8(clientId, clientEmail, privateKeyPkcs8, privateKeyIds, new java.util.ArrayList[String]()) val credentials = ServiceAccountCredentials.fromPkcs8(clientId, clientEmail, privateKeyPkcs8, privateKeyIds, new java.util.ArrayList[String]())
......
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