2
I found the solution. All I had to do was to set this in my settings:
import boto.s3.connection
AWS_S3_CALLING_FORMAT = boto.s3.connection.VHostCallingFormat()
Source:stackexchange.com
2
I found the solution. All I had to do was to set this in my settings:
import boto.s3.connection
AWS_S3_CALLING_FORMAT = boto.s3.connection.VHostCallingFormat()