From b1ba23a98653aaf2b481a2b9d1f08697a60e7923 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 23 Jan 2025 09:36:36 -0600 Subject: [PATCH] Remove https note from Cloudflare instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd1f2a8..84a37a96 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Only one storage adapter—Vercel Blob, Cloudflare R2, or AWS S3—can be used a - Store public configuration: - `NEXT_PUBLIC_CLOUDFLARE_R2_BUCKET`: bucket name - `NEXT_PUBLIC_CLOUDFLARE_R2_ACCOUNT_ID`: account id (found on R2 overview page) - - `NEXT_PUBLIC_CLOUDFLARE_R2_PUBLIC_DOMAIN`: either "your-custom-domain.com" or "pub-jf90908...s0d9f8s0s9df.r2.dev" (_do not include "https://" in your domain_) + - `NEXT_PUBLIC_CLOUDFLARE_R2_PUBLIC_DOMAIN`: either "your-custom-domain.com" or "pub-jf90908...s0d9f8s0s9df.r2.dev" 2. Setup private credentials - Create API token by selecting "Manage R2 API Tokens," and clicking "Create API Token" - Select "Object Read & Write," choose "Apply to specific buckets only," and select the bucket created in Step 1