kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Unify default storage URL expirations #139

Open zachmullen opened 3 years ago

zachmullen commented 3 years ago

Minio storage URLs expire after 7 days, but AWS S3 storage URLs are configured to expire after 6 hours. I suggest we explicitly set both of them as settings, and also set them to the same value.