.gitignore
.pre-commit-config.yaml
CHANGES.txt
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
aiooss2/__init__.py
aiooss2/api.py
aiooss2/exceptions.py
aiooss2/http.py
aiooss2/iterators.py
aiooss2/models.py
aiooss2/utils.py
aiooss2.egg-info/PKG-INFO
aiooss2.egg-info/SOURCES.txt
aiooss2.egg-info/dependency_links.txt
aiooss2.egg-info/not-zip-safe
aiooss2.egg-info/requires.txt
aiooss2.egg-info/top_level.txt
examples/simple.py
tests/__init__.py
tests/conftest.py
tests/func/test_bucket.py
tests/func/test_object.py