I used to be a GCP engineer. The Global Load Balancer of GCP can route to S3 via sub-paths. For example /hello will route to a bucket named hello
.
Does AWS Load Balancer have the same feature?
AWS load balancers do not currently have this feature. AWS users generally use CloudFront to route different sub-paths to different backends, like different S3 buckets.
EDIT:
Apparently they have this feature, and I missed it.