django-minio-backend v2.6.0
Release Notes:
- New manage.py command: is_minio_available
- Updated minIO SDK from 7.0.0 to 7.0.2
- updated imports
- updated
self.client.list_objects_v2
toself.client.list_objects
- Added
get_available_name
override fordjango.core.files.storage.Storage
to respect file override - Improved documentation
- Added Django unit tests with Docker
- Improved the reference implementations in DjangoExampleApplication
- Added GitHub Actions configuration