Custom
List Custom Domains of Bucket
GET/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom
Get Custom Domain Settings
GET/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}
Attach Custom Domain To Bucket
POST/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom
Configure Custom Domain Settings
PUT/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}
Remove Custom Domain From Bucket
DELETE/accounts/{account_id}/r2/buckets/{bucket_name}/domains/custom/{domain}
ModelsExpand Collapse
CustomListResponse object { domains }
CustomListResponse object { domains }
domains: array of object { domain, enabled, status, 4 more }
domains: array of object { domain, enabled, status, 4 more }
status: object { ownership, ssl }
status: object { ownership, ssl }
ciphers: optional array of string
An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
CustomGetResponse object { domain, enabled, status, 4 more }
CustomGetResponse object { domain, enabled, status, 4 more }
status: object { ownership, ssl }
status: object { ownership, ssl }
ciphers: optional array of string
An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.