src/smjsindustry/finance/processor.py [279:288]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            config_input = ProcessingInput(
                source=tmpdirname,
                destination=self._PROCESSING_CONFIG,
                input_name=self._CONFIG_INPUT_NAME,
                s3_data_type="S3Prefix",
                s3_input_mode="File",
                s3_data_distribution_type="FullyReplicated",
                s3_compression_type="None",
            )
            data_input = ProcessingInput(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/smjsindustry/finance/processor.py [696:705]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            config_input = ProcessingInput(
                source=tmpdirname,
                destination=self._PROCESSING_CONFIG,
                input_name=self._CONFIG_INPUT_NAME,
                s3_data_type="S3Prefix",
                s3_input_mode="File",
                s3_data_distribution_type="FullyReplicated",
                s3_compression_type="None",
            )
            data_input = ProcessingInput(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



