.gitignore
CHANGELOG.rst
LICENSE
Makefile
README.rst
pyproject.toml
uv.lock
.github/dependabot.yml
.github/release.yml
.github/workflows/publish.yml
.github/workflows/test.yml
demo/README.rst
demo/index.html
demo/script.js
scripts/create_account.py
scripts/delete.py
scripts/download.py
scripts/requirements.txt
scripts/upload.py
src/kinto_attachment/__init__.py
src/kinto_attachment/listeners.py
src/kinto_attachment/utils.py
src/kinto_attachment/views.py
src/kinto_attachment.egg-info/PKG-INFO
src/kinto_attachment.egg-info/SOURCES.txt
src/kinto_attachment.egg-info/dependency_links.txt
src/kinto_attachment.egg-info/entry_points.txt
src/kinto_attachment.egg-info/requires.txt
src/kinto_attachment.egg-info/top_level.txt
src/kinto_attachment/storage/__init__.py
src/kinto_attachment/storage/gcloud.py
src/kinto_attachment/storage/local.py
tests/__init__.py
tests/test_events.py
tests/test_plugin_setup.py
tests/test_utils.py
tests/test_views_attachment.py
tests/config/events.ini
tests/config/functional.ini
tests/config/gcloud.ini
tests/config/gcloud_per_resource.ini
tests/config/local.ini
tests/storage/__init__.py
tests/storage/test_gcloud.py
tests/storage/test_local.py
tests/storage/test_utils.py