.editorconfig
.gitignore
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
LICENSE-APACHE
README.md
dev-requirements.txt
docker-compose.yml
docs-requirements.txt
mkdocs.yml
pyproject.toml
pyrightconfig.json
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/tox.yml
django_minio_storage.egg-info/PKG-INFO
django_minio_storage.egg-info/SOURCES.txt
django_minio_storage.egg-info/dependency_links.txt
django_minio_storage.egg-info/requires.txt
django_minio_storage.egg-info/top_level.txt
docs/contributing.md
docs/development.md
docs/index.md
docs/licences.md
docs/usage.md
minio_storage/__init__.py
minio_storage/apps.py
minio_storage/errors.py
minio_storage/files.py
minio_storage/policy.py
minio_storage/storage.py
minio_storage/version.py
minio_storage/management/__init__.py
minio_storage/management/commands/__init__.py
minio_storage/management/commands/minio.py
tests/__init__.py
tests/manage.py
tests/watermelon-cat.jpg
tests/django_minio_storage_tests/__init__.py
tests/django_minio_storage_tests/settings.py
tests/django_minio_storage_tests/urls.py
tests/django_minio_storage_tests/wsgi.py
tests/test_app/__init__.py
tests/test_app/tests/__init__.py
tests/test_app/tests/bucket_tests.py
tests/test_app/tests/custom_storage_class_tests.py
tests/test_app/tests/delete_tests.py
tests/test_app/tests/managementcommand_tests.py
tests/test_app/tests/retrieve_tests.py
tests/test_app/tests/settings_tests.py
tests/test_app/tests/upload_tests.py
tests/test_app/tests/utils.py