I'm building an app that will deal with very large files 100mb->1gb both upload and stream around the world.
Obviously streaming/downloading is ok thanks to amazon cloudfront.
But importantly I want users to be able upload as fast as possible... surely it's best if the bucket is in the region?
I've found nothing googling. My bad solution would be a different cloudfront link for each of my regional buckets.
Surely there is a better way...
Thanks in advance!
Chris