Unverified Commit a4dbecc8 authored by Sharath Prasad's avatar Sharath Prasad Committed by GitHub
Browse files

Update CloudStorageUtil.scala

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -49,7 +49,7 @@ class CloudStorageUtil(config: BaseJobConfig) extends Serializable {
}
def getURI(prefix: String, isDirectory: Option[Boolean]): String = {
getService.getUri(getContainerName, prefix, false)
getService.getUri(getContainerName, prefix)
}
def uploadDirectory(folderName: String, directory: File, slug: Option[Boolean] = Option(true)): Array[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