Lauri Lehmijoki

Results 26 comments of Lauri Lehmijoki

Can you share the source code of your site? Without confidential credentials of course. It's difficult to debug otherwise.

Jason your config seems fine to me. Anyway there should be no optiob that causes the behaviour you are experiencing. I'm out of guesses. As a workaround, why not remove...

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

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

Thanks, I will take a look at your changes. What do you think of using the Route 53 REST API directly? This gem already contains the infrastructure for calling the...

Let's continue with the gem for now on. It does save us lines of code. Using the AWS REST API directly would result in more consistent code, because we already...

I just pushed the commit https://github.com/laurilehmijoki/configure-s3-website/commit/bcf02cdadaed16ce0d6db03a5f6a5eca6298bb22 into the development branch. It contains a Cucumber test for the case where the user wants to setup the main domain and one redirect...

A question regarding the handling of domain names: why do you take only the last two parts of the domain name? (https://github.com/laurilehmijoki/configure-s3-website/blob/support-route-53/lib/configure-s3-website/route53_client.rb#L103)

That's right. We should add the support multiple CNAMEs.