GetCustomDomainResponse | Tigris Object Storage Documentation

GetCustomDomainResponse

website object required

domain_name string

Custom domain name for the bucket. Must be a valid fully-qualified domain name (FQDN) and have a CNAME record pointing to the bucket URL.

Example: images.example.com

GetCustomDomainResponse

{
  "website": {
    "domain_name": "images.example.com"
  }
}