dave
05/27/2023, 5:12 PMPOST
.)
2. Use Cloudflare's load balancer to pick the S3 endpoint with the lowest latency. https://developers.cloudflare.com/load-balancing/ <- this is probably the easiest
3. If you're really insistent on using AWS S3 (IMO not many reasons to ever use AWS S3 over CF R2), I think you can use Route 53 to pick the closest endpoint.
And definitely more options, these are just the first three I thought of.