Matt Holt

Results 1992 comments of Matt Holt

S3 is not a suitable storage medium anyway, as it does not meet the atomicity requirements of the API.

@anderspitman S3 does not have an atomic operation such as "create this file only if it does not exist," e.g. [`O_EXCL`](https://pkg.go.dev/os#O_EXCL).

Is this superseded by #6661? If so, maybe we can close this. (Thanks for all your help in fixing the problem, Weidi!)

So if I understand, essentially, this issue is: > Instead for it to actually work, the SNI setting would need to be set to *.example.internal (instead of say default.example.internal). and...

Thanks for the report. Should be an easy fix, I suppose -- anyone is welcome to contribute!

It is now `tabler.tabler.getColor()` I guess.

Sure; do you have a specific proposal? Once we figure out the specifics, a pull request would be welcomed. I might suggest putting it in the `tls` directive.

Yeah, something like that might be better. I'm a little mixed on whether the public_name should be designated on a per-site basis. ECH is most effective when you maximize the...

> Worst case scenario it's as if user haven't got ECH enabled at all. That's a pretty bad worst case though. > like if I have 2 domains and I...

Okay, fair enough. I will make sure we document that users know what they're doing if they use multiple public names. Want to make a PR?