Path based redirection

Team,

I am trying to serve static assets from a google cloud storage bucket and remove this from my app.

Hence, I configured a bucket and

my app currently serves the static assets https://domain.com/v2gui/asset.jpg

I have configured the static assets available through Cloudflare via web browser. this works
https://static.domain.com/static/v2gui/asset.jpg.

btw, assets would be images and javascript files

I would like to ensure any path

/v2gui/{anything} --> static.domain.com/v2gui/{anything}

I have done this before via nginx and servlet filters before. Trying to do the same with Cloudflare w/o changing my app.

Thanks

did you figure out how to do this?

Use redirect rules in your dashboard…
https://dash.cloudflare.com/?to=/:account/:zone/rules/redirect-rules

Examples here…