RED-7500 - Remove extension that gets generated by storage-commons

This commit is contained in:
Andrei Isvoran 2023-09-06 13:35:49 +02:00 committed by Timo Bejan
parent 03cc83d751
commit ae7a3273a1

View File

@ -72,7 +72,7 @@ public class DownloadController implements DownloadResource {
private final AccessControlService accessControlService;
private final FileManagementStorageService fileManagementStorageService;
private final String REPORT_INFO = "/REPORT_INFO.json.gz";
private final String REPORT_INFO = "/REPORT_INFO.json";
@Value("${storage.backend}")
private String storageBackend;