README.md
setup.cfg
setup.py
airbyte_source_s3.egg-info/PKG-INFO
airbyte_source_s3.egg-info/SOURCES.txt
airbyte_source_s3.egg-info/dependency_links.txt
airbyte_source_s3.egg-info/entry_points.txt
airbyte_source_s3.egg-info/requires.txt
airbyte_source_s3.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/abnormal_state.json
integration_tests/acceptance.py
integration_tests/cloud_spec.json
integration_tests/invalid_config.json
integration_tests/spec.json
integration_tests/v4_abnormal_state.json
integration_tests/configured_catalogs/avro.json
integration_tests/configured_catalogs/csv.json
integration_tests/configured_catalogs/jsonl.json
integration_tests/configured_catalogs/parquet.json
source_s3/__init__.py
source_s3/exceptions.py
source_s3/run.py
source_s3/source.py
source_s3/stream.py
source_s3/utils.py
source_s3/source_files_abstract/__init__.py
source_s3/source_files_abstract/source.py
source_s3/source_files_abstract/spec.py
source_s3/source_files_abstract/formats/__init__.py
source_s3/source_files_abstract/formats/avro_spec.py
source_s3/source_files_abstract/formats/csv_spec.py
source_s3/source_files_abstract/formats/jsonl_spec.py
source_s3/source_files_abstract/formats/parquet_spec.py
source_s3/v4/__init__.py
source_s3/v4/config.py
source_s3/v4/cursor.py
source_s3/v4/legacy_config_transformer.py
source_s3/v4/source.py
source_s3/v4/stream_reader.py
source_s3/v4/zip_reader.py
unit_tests/__init__.py
unit_tests/sample_files/catalog.json
unit_tests/sample_files/v3_config.json
unit_tests/sample_files/v4_config.json
unit_tests/v4/__init__.py
unit_tests/v4/test_config.py
unit_tests/v4/test_cursor.py
unit_tests/v4/test_legacy_config_transformer.py
unit_tests/v4/test_source.py
unit_tests/v4/test_stream_reader.py
unit_tests/v4/test_zip_reader.py