I set up an S3 bucket in a non-US region (Singapore). When I try to upload images to it, I get a 301 (Permanently moved) error from S3. Res
AWS_AUTO_CREATE_BUCKET = True AWS_S3_HOST = 's3-eu-west-1.amazonaws.com'
This works also for django-storages. Thanks @gmcc051