As of Wednesday, May 1, 2024, we will use R2 presigned URLs for all database downloads in order to increase the security and reliability of our services.
Does anyone know whether this affects Discourse’s Maxmind usage?
It would seem that a direct link (what Discourse uses) will be fine as it is. This means it will be
automatically redirected to their new URLs. So far, so good.
However, from what I see in the code, it doesn’t follow redirection: This will likely fail.
You would need to update the URL or allow redirection to fix this.
Well, it was a single word, and I’d already been hacking at the code on a live site, so it wasn’t that hard. Looks like all of the automated tests passed. . .
Oh, I’d been thinking that I would have to remember how to run all the tests locally, and I’ve reinstalled since the last time I did that so I was pretty sure that would be a rabbit hole of finding and installing dependencies… Just let the automation take care of it is smart.