How do I set Google domain DNS for Static Site on Object Storage

I try to follow this guide, but it doesn't work: https://www.linode.com/docs/guides/host-static-site-object-storage/#optional-next-steps

www.mydomain.tld CNAME www.mydomain.tld.website-us-east-1.linodeobjects.com

subdomain.mydomain.tld CNAME www.my-new-bucket.us-east-1.linodeobjects.com

<Error>
<Code>NoSuchBucket</Code>
<BucketName>website</BucketName>
<RequestId>tx000000000000000450e7c-006019a123-2e54a86-default</RequestId>
<HostId>2e54a86-default-default</HostId>
</Error>

1 Reply

Hello!

Since I don't see your actual configuration, I wanted to give you some suggestions based on other customers who've run into something similar.

This issue happens when using Cloudflare, and if by chance you're using Cloudflare to set your CNAME, there's another post here on the site which shows you how to do it correctly.:

How can I set Cloudflare CNAME link Object Storage and use CDN

If you're not using Cloudflare, make sure that you're using your domain and bucket information in place of what is given in the examples. I don't know exactly how you have it configured, since the examples you've provided are those from the guide.

For example, if your domain is www.example.com, it would look something like this (based of the example's bucket name):

www.example.com.website-us-east-1.linodeobjects.com

We'd be happy to look at your specific CNAME records, but understand if you don't want to post that information on a public forum.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct