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.
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!