Skip to content

Commit

Permalink
Trying to get CICD to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedorfman committed May 15, 2024
1 parent 9b3c23e commit 000e38e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public String PerformFunction(String input, Context context) throws Exception {
Paths.get("/tmp", filename).toString());
objectList.add(f);
} else if (isoRegex != null && filename.matches(isoRegex)) {
AdapterLogger.LogDebug(this.className + " download isoRegrex from bucket:" + file.get("bucket") +
AdapterLogger.LogDebug(this.className + " download isoRegrex from bucket:" + file.get("bucket") +
" key" + file.get("key") + " to:" + Paths.get("/tmp", filename));
iso = s3Utils.download(region, (String) file.get("bucket"), key,
Paths.get("/tmp", filename).toString());
Expand Down

0 comments on commit 000e38e

Please sign in to comment.