It's great to see that the App Platform has added the ability to create URL rewrites, but it seems to be restricted to only allow changing the path, and not the origin/domain.
For example, my application has a legacy
/img
directory. I'd like to upload its contents to a Spaces object store, and rewrite requests to
/img
over to the object store URL, e.g.
https://my-object-store.nyc3.digitaloceanspaces.com/img
but this isn't allowed.
Because I can't do this, I have to run an additional nginx component (and pay for it), and route all my traffic through that, which seems overkill to just handle a couple rewrites.
Thanks for your consideration.