Hi
I’m trying to get a custom domain to work for my bucket but after hours of trying it just does not seem to work. I followed the docs as closely as possible alongside the youtube walkthrough but it’s just not coming together for me.
I’m trying to use assets.playerz.io to host some images. Cloudflare is my DNS provider
I essentially did the following steps:
- Created a new project
- Proceeded to create an API key with full access
- Followed the setup for uplink under a new profile (playrz). Added the API key, satellite address and then my passphrase.
- Create a new bucket via uplink (set to use playrz profile by default)
- uploaded a test image at the root of the bucket
- uplink share --dns assets.playrz.io sj://playrz-assets --tls --not-after=none --access=playrz
- Updated the DNS records with the values obtained from the command above
Following these steps and when I go to the domain I keep getting the default object not found error.
Any advice would be greatly appreciated.