Upload der BA ZIP Dateien hinzugefügt
This commit is contained in:
@@ -130,6 +130,11 @@ public class FileProcessingPipeline {
|
||||
Log.infof("ZIP '%s' heruntergeladen (%d Bytes)", zipFilename,
|
||||
Files.size(context.localZipPath));
|
||||
|
||||
// --- OCI ZIP-Archiv ---
|
||||
MDC.put("step", "oci-zip-archive");
|
||||
Log.info("Starte ZIP-Upload in OCI");
|
||||
ociUploadService.uploadZipFile(context);
|
||||
|
||||
// --- Entpacken ---
|
||||
MDC.put("step", "zip-extract");
|
||||
zipExtractionService.extract(context);
|
||||
|
||||
Reference in New Issue
Block a user