Skip to content

django-minio-backend v2.6.0

Compare
Choose a tag to compare
@theriverman theriverman released this 13 Mar 18:16
· 59 commits to master since this release
4dd15a7

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 to self.client.list_objects
  • Added get_available_name override for django.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