.editorconfig
.gitignore
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
shell.nix
uv.lock
.github/ISSUE_TEMPLATE.md
.github/workflows/CI.yml
aioboto3/__init__.py
aioboto3/_version.py
aioboto3/session.py
aioboto3.egg-info/PKG-INFO
aioboto3.egg-info/SOURCES.txt
aioboto3.egg-info/dependency_links.txt
aioboto3.egg-info/requires.txt
aioboto3.egg-info/top_level.txt
aioboto3/dynamodb/__init__.py
aioboto3/dynamodb/table.py
aioboto3/experimental/__init__.py
aioboto3/experimental/async_chalice.py
aioboto3/resources/__init__.py
aioboto3/resources/action.py
aioboto3/resources/base.py
aioboto3/resources/collection.py
aioboto3/resources/factory.py
aioboto3/resources/response.py
aioboto3/s3/__init__.py
aioboto3/s3/cse.py
aioboto3/s3/inject.py
docs/.gitignore
docs/Makefile
docs/chalice.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/cse.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
resources/make_pr.py
resources/S3-CSE/README.md
resources/S3-CSE/build.gradle
resources/S3-CSE/settings.gradle
resources/S3-CSE/src/main/java/demo/UploadObjectKMSKey.java
tests/conftest.py
tests/mock_server.py
tests/test_basic.py
tests/test_dynamo.py
tests/test_experimental_chalice.py
tests/test_patches.py
tests/test_s3.py
tests/test_s3_cse.py
tests/chalice_app/__init__.py