In gcp load balancer. I have this rule:
HOST: *
Paths: /test/*
backend: test-server-backend-bucket
test-server-backend-bucket is bind to a cloud storage bucket test-server. But in test-server, there is no test folder, only files. I can't change the paths and create test folder in the test-server due to some limitation.
Hoping to get files in test-server using url like this http://[ip]/test/test1.txt
Is there someway that I can achieve this in GCP?