How do teams manage failover to another region/datacenter with prefect? For AWS, the registered flows seem to be regionalized via S3 bucket. And the bucket name is hardcoded on creation, so you can’t just fail over to another region and use a different bucket (that gets the data automatically synchronized)
Looking at the
storage options I only see webhook as option (which can use replicated S3 under the hood).