Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

django-minio-backend 2.6.0 Release Announcement

115 views
Skip to first unread message

Kristof Daja

unread,
Mar 13, 2021, 1:29:00 PM3/13/21
to
I’m happy to announce the v2.6.0 release of django-minio-backend!

django-minio-backend provides a wrapper around the official MinIO Python SDK enabling easy integration with MinIO for Django developers.
You can learn more about MinIO the S3-compatible object storage here: https://min.io

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 function override for django.core.files.storage.Storage to respect file override requests
• Improved overall documentation
• Added Django unit tests with Docker
• Improved the reference implementations in the DjangoExampleApplication folder
• Added GitHub Actions configuration

See django-minio-backend at GitHub: https://github.com/theriverman/django-minio-backend
See MinIO Python SDK here at GitHub: https://github.com/minio/minio-py

You can install this version by executing the following command:
python -m pip install django-minio-backend==2.6.0


0 new messages