feat(s3): upload files to output stored data S3
Comparer les modifications
Fichiers
2+ 30
− 6
@@ -16,6 +16,7 @@ from gpf_entrepot_toolbelt.orchestrator.models import GpfOrchestratorParameters
@@ -191,6 +192,24 @@ def get_file_information(file_name: Path, output_stored_data: GpfStoredData) ->
@@ -234,23 +253,26 @@ def run(work_dir: Path, parameters: GpfOrchestratorParameters) -> Tuple[Status,
@@ -262,6 +284,8 @@ def run(work_dir: Path, parameters: GpfOrchestratorParameters) -> Tuple[Status,