.gitignore
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
README.release.md
noxfile.py
requirements.txt
setup.cfg
setup.py
.github/SUPPORT.md
.github/no-response.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
b2sdk/__init__.py
b2sdk/__main__.py
b2sdk/api.py
b2sdk/b2http.py
b2sdk/bounded_queue_executor.py
b2sdk/bucket.py
b2sdk/cache.py
b2sdk/download_dest.py
b2sdk/exception.py
b2sdk/file_version.py
b2sdk/progress.py
b2sdk/raw_api.py
b2sdk/raw_simulator.py
b2sdk/session.py
b2sdk/utils.py
b2sdk/version.py
b2sdk/version_utils.py
b2sdk.egg-info/PKG-INFO
b2sdk.egg-info/SOURCES.txt
b2sdk.egg-info/dependency_links.txt
b2sdk.egg-info/entry_points.txt
b2sdk.egg-info/requires.txt
b2sdk.egg-info/top_level.txt
b2sdk/_pyinstaller/__init__.py
b2sdk/_pyinstaller/hook-b2sdk.py
b2sdk/account_info/__init__.py
b2sdk/account_info/abstract.py
b2sdk/account_info/exception.py
b2sdk/account_info/in_memory.py
b2sdk/account_info/sqlite_account_info.py
b2sdk/account_info/stub.py
b2sdk/account_info/test_upload_url_concurrency.py
b2sdk/account_info/upload_url_pool.py
b2sdk/large_file/__init__.py
b2sdk/large_file/part.py
b2sdk/large_file/services.py
b2sdk/large_file/unfinished_large_file.py
b2sdk/stream/__init__.py
b2sdk/stream/base.py
b2sdk/stream/chained.py
b2sdk/stream/hashing.py
b2sdk/stream/progress.py
b2sdk/stream/range.py
b2sdk/stream/wrapper.py
b2sdk/sync/__init__.py
b2sdk/sync/action.py
b2sdk/sync/exception.py
b2sdk/sync/file.py
b2sdk/sync/folder.py
b2sdk/sync/folder_parser.py
b2sdk/sync/policy.py
b2sdk/sync/policy_manager.py
b2sdk/sync/report.py
b2sdk/sync/scan_policies.py
b2sdk/sync/sync.py
b2sdk/transfer/__init__.py
b2sdk/transfer/emerge/__init__.py
b2sdk/transfer/emerge/emerger.py
b2sdk/transfer/emerge/executor.py
b2sdk/transfer/emerge/write_intent.py
b2sdk/transfer/emerge/planner/__init__.py
b2sdk/transfer/emerge/planner/part_definition.py
b2sdk/transfer/emerge/planner/planner.py
b2sdk/transfer/emerge/planner/upload_subpart.py
b2sdk/transfer/inbound/__init__.py
b2sdk/transfer/inbound/download_manager.py
b2sdk/transfer/inbound/file_metadata.py
b2sdk/transfer/inbound/downloader/__init__.py
b2sdk/transfer/inbound/downloader/abstract.py
b2sdk/transfer/inbound/downloader/parallel.py
b2sdk/transfer/inbound/downloader/range.py
b2sdk/transfer/inbound/downloader/simple.py
b2sdk/transfer/outbound/__init__.py
b2sdk/transfer/outbound/copy_manager.py
b2sdk/transfer/outbound/copy_source.py
b2sdk/transfer/outbound/large_file_upload_state.py
b2sdk/transfer/outbound/outbound_source.py
b2sdk/transfer/outbound/progress_reporter.py
b2sdk/transfer/outbound/upload_manager.py
b2sdk/transfer/outbound/upload_source.py
b2sdk/v0/__init__.py
b2sdk/v0/account_info.py
b2sdk/v0/api.py
b2sdk/v0/bucket.py
b2sdk/v0/exception.py
b2sdk/v0/sync.py
b2sdk/v1/__init__.py
b2sdk/v1/exception.py
contrib/color-b2-logs.sh
contrib/debug_logs.ini
doc/bash_completion.md
doc/markup-test.rst
doc/render_sqlite_account_info_schema.sh
doc/sqlite_account_info_schema.py
doc/source/advanced.rst
doc/source/api_reference.rst
doc/source/api_types.rst
doc/source/conf.py
doc/source/contributing.rst
doc/source/glossary.rst
doc/source/index.rst
doc/source/install.rst
doc/source/quick_start.rst
doc/source/tutorial.rst
doc/source/api/account_info.rst
doc/source/api/api.rst
doc/source/api/bucket.rst
doc/source/api/cache.rst
doc/source/api/data_classes.rst
doc/source/api/download_dest.rst
doc/source/api/enums.rst
doc/source/api/exception.rst
doc/source/api/progress.rst
doc/source/api/sync.rst
doc/source/api/utils.rst
doc/source/api/internal/b2http.rst
doc/source/api/internal/cache.rst
doc/source/api/internal/download_dest.rst
doc/source/api/internal/raw_api.rst
doc/source/api/internal/raw_simulator.rst
doc/source/api/internal/session.rst
doc/source/api/internal/utils.rst
doc/source/api/internal/stream/chained.rst
doc/source/api/internal/stream/hashing.rst
doc/source/api/internal/stream/progress.rst
doc/source/api/internal/stream/range.rst
doc/source/api/internal/stream/wrapper.rst
doc/source/api/internal/sync/action.rst
doc/source/api/internal/sync/exception.rst
doc/source/api/internal/sync/file.rst
doc/source/api/internal/sync/folder.rst
doc/source/api/internal/sync/folder_parser.rst
doc/source/api/internal/sync/policy.rst
doc/source/api/internal/sync/policy_manager.rst
doc/source/api/internal/sync/scan_policies.rst
doc/source/api/internal/sync/sync.rst
doc/source/api/internal/transfer/inbound/download_manager.rst
doc/source/api/internal/transfer/inbound/file_metadata.rst
doc/source/api/internal/transfer/inbound/downloader/abstract.rst
doc/source/api/internal/transfer/inbound/downloader/parallel.rst
doc/source/api/internal/transfer/inbound/downloader/range.rst
doc/source/api/internal/transfer/inbound/downloader/simple.rst
doc/source/api/internal/transfer/outbound/upload_source.rst
doc/source/api/transfer/emerge/write_intent.rst
doc/source/api/transfer/outbound/outbound_source.rst
doc/source/dot/sqlite_account_info_schema.dot
test/__init__.py
test/integration/__init__.py
test/integration/test_raw_api.py
test/static/__init__.py
test/static/test_licenses.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/test_exception.py
test/unit/internal/__init__.py
test/unit/internal/test_base.py
test/unit/internal/test_emerge_planner.py
test/unit/sync/__init__.py
test/unit/sync/fixtures.py
test/unit/sync/test_exception.py
test/unit/sync/test_sync.py
test/unit/v0/__init__.py
test/unit/v0/deps.py
test/unit/v0/deps_exception.py
test/unit/v0/test_account_info.py
test/unit/v0/test_api.py
test/unit/v0/test_b2http.py
test/unit/v0/test_base.py
test/unit/v0/test_bounded_queue_executor.py
test/unit/v0/test_bucket.py
test/unit/v0/test_download_dest.py
test/unit/v0/test_file_metadata.py
test/unit/v0/test_policy.py
test/unit/v0/test_progress.py
test/unit/v0/test_raw_api.py
test/unit/v0/test_scan_policies.py
test/unit/v0/test_session.py
test/unit/v0/test_sync.py
test/unit/v0/test_sync_report.py
test/unit/v0/test_utils.py
test/unit/v0/test_version_utils.py
test/unit/v0/apiver/__init__.py
test/unit/v0/apiver/apiver_deps.py
test/unit/v0/apiver/apiver_deps_exception.py
test/unit/v1/__init__.py
test/unit/v1/deps.py
test/unit/v1/deps_exception.py
test/unit/v1/test_account_info.py
test/unit/v1/test_api.py
test/unit/v1/test_b2http.py
test/unit/v1/test_base.py
test/unit/v1/test_bounded_queue_executor.py
test/unit/v1/test_bucket.py
test/unit/v1/test_download_dest.py
test/unit/v1/test_file_metadata.py
test/unit/v1/test_policy.py
test/unit/v1/test_progress.py
test/unit/v1/test_raw_api.py
test/unit/v1/test_scan_policies.py
test/unit/v1/test_session.py
test/unit/v1/test_sync.py
test/unit/v1/test_sync_report.py
test/unit/v1/test_utils.py
test/unit/v1/test_version_utils.py
test/unit/v1/apiver/__init__.py
test/unit/v1/apiver/apiver_deps.py
test/unit/v1/apiver/apiver_deps_exception.py