1👍
Oh well, in case someone runs into the same issue I managed to have everything working fine just by changing the STATICFILES_STORAGE
in the settings.py
like:
STATICFILES_STORAGE = "storages.backends.s3boto.S3BotoStorage"
Source:stackexchange.com