.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGES.txt
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
README.rst
mkdocs.yml
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
docs/gen_ref_pages.py
docs/index.md
docs/assets/logo.svg
examples/simple.py
src/aiooss2/__init__.py
src/aiooss2/adapter.py
src/aiooss2/api.py
src/aiooss2/exceptions.py
src/aiooss2/http.py
src/aiooss2/iterators.py
src/aiooss2/models.py
src/aiooss2/multipart.py
src/aiooss2/py.typed
src/aiooss2/resumable.py
src/aiooss2/utils.py
src/aiooss2.egg-info/PKG-INFO
src/aiooss2.egg-info/SOURCES.txt
src/aiooss2.egg-info/dependency_links.txt
src/aiooss2.egg-info/not-zip-safe
src/aiooss2.egg-info/requires.txt
src/aiooss2.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_aiooss2.py
tests/func/__init__.py
tests/func/test_bucket.py
tests/func/test_object.py
tests/func/test_resumable.py
tests/unit/__init__.py
tests/unit/test_adapter.py