jschneier / django-storages

https://django-storages.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.74k stars 859 forks source link

Dynamically use a different S3 configuration at runtime? #1387

Closed grandimam closed 5 months ago

grandimam commented 5 months ago

In case we want to dynamically specify a different S3 bucket and configuration at runtime is there a way to achieve that using storages?

jschneier commented 5 months ago

FileField.storage can be callable