From 4fa6ccffabe4a0921bf7b0e768f94f84852aa60c Mon Sep 17 00:00:00 2001 From: Kristof Daja Date: Sat, 31 Dec 2022 11:51:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b7253..8ca306b 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The value of `STATIC_URL` is ignored, but it must be defined otherwise Django wi The value set in `MINIO_STATIC_FILES_BUCKET` must be added either to `MINIO_PRIVATE_BUCKETS` or `MINIO_PUBLIC_BUCKETS`, otherwise **django-minio-backend** will raise an exception. This setting determines the privacy of generated file URLs which can be unsigned public or signed private. -**Note:** If `MINIO_STATIC_FILES_BUCKET` is not set, the default value (`auto-generated-static-media-files`) will be used. Policy setting for default buckets is **private**. +**Note:** If `MINIO_STATIC_FILES_BUCKET` is not set, the default value (`auto-generated-bucket-static-files`) will be used. Policy setting for default buckets is **private**. ### Default File Storage Support **django-minio-backend** can be configured as a default file storage.