This is to duplicate what's done in the django-storage module. 3rd party apps relies on that structure to be able to monkey patch that function and inject configuration options direcly. For example Netbox (see https://github.com/netbox-community/netbox/issues/14554)
Tested and works as expected, no backward compatibility issue that I can think of.
Let me know if you have any questions.
Hi,
This is to duplicate what's done in the
django-storage
module. 3rd party apps relies on that structure to be able to monkey patch that function and inject configuration options direcly. For example Netbox (see https://github.com/netbox-community/netbox/issues/14554)Tested and works as expected, no backward compatibility issue that I can think of. Let me know if you have any questions.
Thank you !