configure-s3-website icon indicating copy to clipboard operation
configure-s3-website copied to clipboard

InvalidS3LocationConstraintError with eu-central-1

Open tkrotoff opened this issue 10 years ago • 4 comments

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

tkrotoff avatar Nov 28 '14 01:11 tkrotoff

Let's do this! Here's my investigation into this matter: https://github.com/laurilehmijoki/s3_website/issues/126.

laurilehmijoki avatar Nov 28 '14 05:11 laurilehmijoki

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

laurilehmijoki avatar Nov 28 '14 05:11 laurilehmijoki

Thanks for the precisions and sorry for the duplicated report. Any ETA for the new AWS authentication mechanism implementation?

tkrotoff avatar Nov 28 '14 12:11 tkrotoff

Sorry, no ETA. In the foreseeable future I have no time to work on this. Maybe someone else can help in the implementation.

laurilehmijoki avatar Dec 01 '14 12:12 laurilehmijoki