Skip to content

Commit

Permalink
issue #67 change file path in COS
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
  • Loading branch information
albertwang-ibm committed Sep 14, 2019
1 parent 3fc46da commit d118c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private PollingLocationResponse process(BulkExportJobExecutionResponse response)
String baseCosUrl = properties.get(BulkDataConfigUtil.JOB_PARAMETERS_ENDPOINT);
String bucket = properties.get(BulkDataConfigUtil.JOB_PARAMETERS_BUCKET);
String downloadUrl =
baseCosUrl + "/" + bucket + "/job" + jobId + "_" + resourceType + "_0.ndjson";
baseCosUrl + "/" + bucket + "/job" + jobId + "/" + resourceType + "_0.ndjson";

// Request
String request = "/$export?_type=" + resourceType;
Expand Down

0 comments on commit d118c91

Please sign in to comment.