gtaylor / django-athumb

A Django thumbnailer specifically optimized for S3.
http://pypi.python.org/pypi/django-athumb/
BSD 3-Clause "New" or "Revised" License
55 stars 45 forks source link

Incorrect AWS_REGION settings for Europe #11

Closed MilanMisak closed 12 years ago

MilanMisak commented 12 years ago

Hi, I'm trying to use the latest version of your library while setting the AWS_REGION setting to 'EU'. I am no AWS expert however I believe that your AWS_REGIONS should have 'eu-west-1' option in it instead of 'EU'.

The URLs generated (http://s3-eu.amazonaws.com/...) give an error when trying to access files. On the other hand, http://s3-eu-west-1.amazonaws.com/... seem to work. Even just trying to access these addresses using a browser (without those ellipses) is fine for the latter and erroneous for the former.

Can you please fix this? Thank you very much!

MilanMisak commented 12 years ago

Fix in issue #12

gtaylor commented 12 years ago

Thanks for the fix!