django-storages Upgrade Breaks S3 Import
JeffPaine opened this issue · 1 comments
JeffPaine commented
django-skel
's prod.py has the following, relevant lines that work fine under django-storages
2.5.1:
from S3 import CallingFormat
AWS_CALLING_FORMAT = CallingFormat.SUBDOMAIN
However, after upgrading to 2.6.0, the above code returns
ImportError: No module named S3
Perhaps there's a reason for this or the mistake is simply on my end. Just something I noticed on my end today. Cheers!
rdegges commented
Bam, fixed. Thank you! >:)