Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Feb 1, 2025
1 parent f5034ad commit 5326f96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ See [minio/minio-py](https://github.com/minio/minio-py) for the source.
The following set of features are available in **django-minio-backend**:
* Django File Storage System Integration
* Compliance with the `django.core.files.storage.Storage` class
* Compliance with the `STORAGES` setting introduced in Django 4.2
* Static Files Support
* Utilise/manage private and public buckets
* Create buckets with custom policy hooks (`MINIO_POLICY_HOOKS`)
Expand All @@ -28,6 +29,8 @@ The following set of features are available in **django-minio-backend**:
* is_minio_available
* Support for multiple MinIO backends via separate `settings.py` entries

For more about `STORAGES`, see [Django 4.2 release notes / Custom file storages](https://docs.djangoproject.com/en/5.1/releases/4.2/#custom-file-storages).

## Integration
1. Get and install the package:
```bash
Expand Down

0 comments on commit 5326f96

Please sign in to comment.