Django-minio-storage

Latest version: v0.5.7

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.9

The minio client is now deconstructable by Django, fixes migrations.

0.3.8

Improved presigned urls with non standard base urls

0.3.7

Removed accidentally left over debug print from previous release

0.3.6

support adding default meta data

Also new settings: MINIO_STORAGE_MEDIA_OBJECT_METADATA and
MINIO_STORAGE_STATIC_OBJECT_METADATA

example:

py
MINIO_STORAGE_MEDIA_OBJECT_METADATA = {"Cache-Control": "max-age=1000"}


fix issue with directory listing names

Minio has changed in the last months to be more picky about path names so we
now enure that we don't create path prefixes with a // suffix.

0.3.5

Add support for skipping bucket existst/policy check on start up
https://github.com/py-pa/django-minio-storage/commit/7086f125ed74b157240bae10c589ce785ca93bbf

Added settings MINIO_STORAGE_ASSUME_MEDIA_BUCKET_EXISTS and
MINIO_STORAGE_ASSUME_STATIC_BUCKET_EXISTS

0.3.4

• fixed resource leak where one extra file was opened per file and never closed
https://github.com/py-pa/django-minio-storage/commit/1532e34c7dcecbc2cf3ca0805d6fbf42b57c25ba

There leaked file descriptors were only freed by the gargabe collector before
this fix so if you have farily tight loop that does something to a lot of files
while not generating a lot of garbage to trigger the gc.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.