Backblaze B2 Setup - softerfish/fyuhls GitHub Wiki

Backblaze B2 Setup

Use this page when fyuhls will store files on Backblaze B2.

What to prepare

  • B2 bucket
  • B2 key ID
  • B2 application key
  • correct endpoint or bucket region details

In fyuhls

  1. Open Storage Nodes.
  2. Add a new B2-backed node.
  3. Enter credentials carefully.
  4. Test the connection.
  5. Confirm the bucket resolves correctly.
  6. Apply Fyuhls CORS if needed.

Important habits

  • keep non-Fyuhls bucket rules in mind before making CORS changes
  • verify the bucket name and public URL logic before using the node in production
  • test a real upload and download, not just the connection test

Why this matters

Multipart uploads, direct browser transfers, and cross-origin download behavior can fail for reasons that look like generic network issues when the real problem is provider CORS or bucket config.

Related pages

⚠️ **GitHub.com Fallback** ⚠️