theriverman / django-minio-backend

Minio Backend for Django
https://pypi.org/project/django-minio-backend/
MIT License
111 stars 22 forks source link

Why is it necessary to have both public and private buckets? #19

Closed toabi closed 3 years ago

toabi commented 3 years ago

If an application only uses one type of bucket it seems weird to have to define both.

theriverman commented 3 years ago

thanks for the question!

I've implemented this safety guard with the intention of reducing developer/maintainer debug times. if you believe that this approach does not fulfil its purpose, then I'm very much open to further discussion!