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


_______________________________________________
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com

Reply via email to