LICENSE
README.md
pyproject.toml
s3duct/__init__.py
s3duct/backpressure.py
s3duct/chunker.py
s3duct/cli.py
s3duct/config.py
s3duct/downloader.py
s3duct/encryption.py
s3duct/integrity.py
s3duct/manifest.py
s3duct/py.typed
s3duct/resume.py
s3duct/thaw.py
s3duct/uploader.py
s3duct.egg-info/PKG-INFO
s3duct.egg-info/SOURCES.txt
s3duct.egg-info/dependency_links.txt
s3duct.egg-info/entry_points.txt
s3duct.egg-info/requires.txt
s3duct.egg-info/top_level.txt
s3duct/backends/__init__.py
s3duct/backends/base.py
s3duct/backends/local.py
s3duct/backends/s3.py
tests/test_backpressure.py
tests/test_chunker.py
tests/test_cli.py
tests/test_downloader.py
tests/test_encryption.py
tests/test_integrity.py
tests/test_manifest.py
tests/test_resume.py
tests/test_resume_abort.py
tests/test_s3_backend.py
tests/test_stress.py
tests/test_uploader.py