src/smjsindustry/finance/processor.py [440:451]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                destination=self._PROCESSING_DATA,
                input_name=self._DATA_INPUT_NAME,
                s3_data_type="S3Prefix",
                s3_input_mode="File",
                s3_data_distribution_type="FullyReplicated",
                s3_compression_type="None",
            )
            result_output = ProcessingOutput(
                source=self._PROCESSING_OUTPUT,
                destination=s3_output_path,
                s3_upload_mode="EndOfJob",
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/smjsindustry/finance/processor.py [707:718]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                destination=self._PROCESSING_DATA,
                input_name=self._DATA_INPUT_NAME,
                s3_data_type="S3Prefix",
                s3_input_mode="File",
                s3_data_distribution_type="FullyReplicated",
                s3_compression_type="None",
            )
            result_output = ProcessingOutput(
                source=self._PROCESSING_OUTPUT,
                destination=s3_output_path,
                s3_upload_mode="EndOfJob",
            )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



