If I use s3://mybucket/somelayer/{z}/{x}/{y} as my uri template, aren't we introducing a performance issue due to the way S3 stores data?
My understanding from the link is that all of my tiles would be serving from the same partition, which is contrary to S3 best practices.
Does this just mean that S3 is not ideal as a tile store? Or are there other tricks to using it more effectively?