Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

django-storages Upgrade Breaks S3 Import #26

Closed
JeffPaine opened this issue Nov 5, 2012 · 1 comment
Closed

django-storages Upgrade Breaks S3 Import #26

JeffPaine opened this issue Nov 5, 2012 · 1 comment

Comments

@JeffPaine
Copy link

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
Copy link
Owner

rdegges commented Nov 10, 2012

Bam, fixed. Thank you! >:)

@rdegges rdegges closed this as completed Nov 10, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants