from boto.s3.connection import VHostCallingFormat AWS_S3_CALLING_FORMAT = VHostCallingFormat()
Use Subdomain With S3 And Django-Storages (using Boto)
(I take for granted that everything else is installed and working properly)
Put this in your settings.py. Now django-storages will use the bucket-name as url root.