From f857385c7a062962f5b064f62c3ecef1be29c69d Mon Sep 17 00:00:00 2001 From: simon-says Date: Mon, 29 Sep 2025 10:50:02 +0100 Subject: [PATCH 1/2] Update public-buckets.mdx Adding details about customising cipher suites for r2 public hostnames. --- src/content/docs/r2/buckets/public-buckets.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/r2/buckets/public-buckets.mdx b/src/content/docs/r2/buckets/public-buckets.mdx index e6f2b1dc19b7ac..811b1ca3a8b1c0 100644 --- a/src/content/docs/r2/buckets/public-buckets.mdx +++ b/src/content/docs/r2/buckets/public-buckets.mdx @@ -53,9 +53,9 @@ Disable public access to your [`r2.dev` subdomain](#disable-public-development-u ::: -### Minimum TLS Version +### Minimum TLS Version & Cipher Suites -To specify the minimum TLS version of a custom hostname of an R2 bucket, you can issue an API call to edit [R2 custom domain settings](/api/resources/r2/subresources/buckets/subresources/domains/subresources/custom/methods/update/). +To cutomise the minimum TLS version or cipher suites of a custom hostname of an R2 bucket, you can issue an API call to edit [R2 custom domain settings](/api/resources/r2/subresources/buckets/subresources/domains/subresources/custom/methods/update/) and adding the optional `minTLS` and `ciphers` parameters to the request body. For a list of the cipher suites you can specify, refer to [Supported cipher suites](/ssl/edge-certificates/additional-options/cipher-suites/supported-cipher-suites/). ## Add your domain to Cloudflare From e388172b0a636ae3439061cb4381f717d955db38 Mon Sep 17 00:00:00 2001 From: simon-says Date: Wed, 1 Oct 2025 15:49:27 +0100 Subject: [PATCH 2/2] Update public-buckets.mdx Fix typo and rephrase --- src/content/docs/r2/buckets/public-buckets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/r2/buckets/public-buckets.mdx b/src/content/docs/r2/buckets/public-buckets.mdx index 811b1ca3a8b1c0..33434882e4f2fa 100644 --- a/src/content/docs/r2/buckets/public-buckets.mdx +++ b/src/content/docs/r2/buckets/public-buckets.mdx @@ -55,7 +55,7 @@ Disable public access to your [`r2.dev` subdomain](#disable-public-development-u ### Minimum TLS Version & Cipher Suites -To cutomise the minimum TLS version or cipher suites of a custom hostname of an R2 bucket, you can issue an API call to edit [R2 custom domain settings](/api/resources/r2/subresources/buckets/subresources/domains/subresources/custom/methods/update/) and adding the optional `minTLS` and `ciphers` parameters to the request body. For a list of the cipher suites you can specify, refer to [Supported cipher suites](/ssl/edge-certificates/additional-options/cipher-suites/supported-cipher-suites/). +To customise the minimum TLS version or cipher suites of a custom hostname of an R2 bucket, you can issue an API call to edit [R2 custom domain settings](/api/resources/r2/subresources/buckets/subresources/domains/subresources/custom/methods/update/). You will need to add the optional `minTLS` and `ciphers` parameters to the request body. For a list of the cipher suites you can specify, refer to [Supported cipher suites](/ssl/edge-certificates/additional-options/cipher-suites/supported-cipher-suites/). ## Add your domain to Cloudflare