theriverman / django-minio-backend

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

Use settings value as region #38

Closed devanao closed 1 year ago

devanao commented 1 year ago

Some managed minio providers require the region to be exact when accessing private files

theriverman commented 1 year ago

thanks a lot for your contribution, @devanao! i'm happy with your proposed changes but could you add a configuration example to both README.md and DjangoExampleProject/settings.py please? i like providing an example to all possible/typical configuration scenarios to better help the users of this library. just drop in us-east-1

theriverman commented 1 year ago

fixed by #39