From 5546fd4f81e5ee2d20fbca6b415b740632ab9beb Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 17 Jun 2026 00:26:48 -0400 Subject: [PATCH] docs(bf-2x3): fix region inconsistency in B2 CDN documentation Update B2 bucket details table to consistently show region as VERIFIED. The region was already verified via garage-to-b2-sync.yml but the table incorrectly showed it as 'unconfirmed'. Co-Authored-By: Claude --- notes/b2-cdn-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/b2-cdn-setup.md b/notes/b2-cdn-setup.md index 10b8237..f9f060e 100644 --- a/notes/b2-cdn-setup.md +++ b/notes/b2-cdn-setup.md @@ -41,7 +41,7 @@ Backblaze B2 serves as the primary storage layer for AI Code Battle replay files | Property | Value | |----------|-------| | **Bucket Name** | `acb-data` | -| **Region** | `us-west-002` (unconfirmed - see note below) | +| **Region** | `us-west-002` ✅ VERIFIED | | **S3 Endpoint** | `https://s3.us-west-002.backblazeb2.com` | | **CNAME Target** | `acb-data.s3.us-west-002.backblazeb2.com` | | **Friendly Endpoint** | `f002.backblazeb2.com` |