user3310115
user3310115

Reputation: 1460

How to show only the domain url even when calling google storage url

I have hosted my application on Google Compute VM. However, I have my static files like html stored on google storage. When I call the storage url, it shows something like https://storage.googleapis.com/<bucket-name>/index.html. How can I make sure that only my domain is visible instead of the storage urls.

Upvotes: 0

Views: 171

Answers (1)

Daniel Ocando
Daniel Ocando

Reputation: 3774

You can have a Domain-Named bucket which will require verification of ownership from Google and if you have only a static website you could serve the whole website from Google Cloud Storage as advised on the relevant section of the docs.

Upvotes: 1

Related Questions