Backblaze + Cloudflare
Backblaze has a partnership with Cloudflare to provide free data transfer.
To set this up, clone down our web project, then using the following commands to deploy to your cloudfalre instance.
Set S3 Secret
yarn wrangler secret put S3_SECRET
Set S3 Access Key
yarn wrangler secret put S3_ACCESS_KEY
Set S3 Endpoint
yarn wrangler secret put S3_ENDPOINT
Deploy to Cloudflare
yarn wrangler deploy
After setting up the Cloudflare Worker, navigate to your panel's application configuration and update the Cloudflare Worker Demo URL.
INFO
You can find your URL in the Cloudflare Dashboard under "Workers & Pages" → your worker's settings → "Domains & Routes".