Skip to content

Commit

Permalink
[PAGOPA-1446] refactoring: Blob output as report
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed Jan 22, 2024
1 parent 1e4713c commit 43b1106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/gov/pagopa/gpd/upload/UploadFunction.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void run(
@BindingName("filename") String filename,
@BlobOutput(
name = "target",
path = "broker/{organizationFiscalCode}/output/result_{filename}",
path = "broker/{organizationFiscalCode}/output/report_{filename}",
connection = "GPD_SA_CONNECTION_STRING")
OutputBinding<String> outputBlob,
final ExecutionContext context
Expand Down

0 comments on commit 43b1106

Please sign in to comment.