-
-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't use bucket names with dots #13
Comments
Check https://github.com/jschneier/django-storages/blob/master/storages/backends/s3boto.py line 228. |
+1 for this. Or at least add a note to your README file since the original documentation refers to an S3 module that your repo doesn't have. |
The following settings worked for me. I'm in region
Python 2.7.10 |
@jschneier This issue is fixed in s3boto3 (we used a bucket with dots on it for a long time). I'd like to suggest closing it and recommend s3boto3 backend instead. |
@jleclanche thanks. Will do so in the future. |
see boto/boto#2836
might need to switch the default calling format to be Original instead of Subdomain
The text was updated successfully, but these errors were encountered: