Home Media & Object Storage Share media and use a custom domain

Share media and use a custom domain

Last updated on Jul 14, 2026

Every file in a media bucket has a delivery link, and you can serve a whole bucket from your own domain for a branded setup.

Share a single file

Open the bucket, find the file, and copy its delivery link. Anyone with the link can view or download it. Use the link directly in an img tag or as a download button on your site.

Serve from your own domain

Instead of the default address, serve media from something like media.yourcompany.com:

  1. Open the bucket's settings and add your custom domain.
  2. The console shows you the exact DNS record to create (usually a CNAME).
  3. At your domain provider, create that record exactly as shown. See Managing your DNS.
  4. Back in the console, use the verify step so it can confirm the record points correctly.

Once verified, your files serve from your own domain over HTTPS. If verification does not pass, the record is almost always not created yet or still spreading; give it a few minutes and check it matches exactly, character for character.