configure-s3-website
configure-s3-website copied to clipboard
InvalidS3LocationConstraintError with eu-central-1
Amazon now features EU (Frankfurt) eu-central-1, see http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
Seems to be around since august 2014: http://www.nilsjuenemann.de/2014/07/new-aws-region-eu-central-in-germany.html
Let's do this! Here's my investigation into this matter: https://github.com/laurilehmijoki/s3_website/issues/126.
In short: to support the Frankfurt Region we need to use the new AWS authentication mechanism.
We have two options:
- include AWS SDK into this project
- write the auth code by hand
Thanks for the precisions and sorry for the duplicated report. Any ETA for the new AWS authentication mechanism implementation?
Sorry, no ETA. In the foreseeable future I have no time to work on this. Maybe someone else can help in the implementation.