Reputation: 1460
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
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