luanfvieira / gcloud-cdn

Google Cloud Storage CDN as Cloudflare Worker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👷 gcloud-cdn GCloud-CDN Worker

A script for using Google Cloud Storage as a CDN in Cloudflare Worker

index.js is the content of the Workers script.

Usage

Replace [YOUR_BUCKET_NAME] in index.js with your own bucket name.

Replace [YOUR_CLOUDFLARE_ACCOUNT_ID] in wrangler.toml with your cloudflare

Publish

Publish your Cloudflare Worker by typing below commands in terminal:

$ wrangler build
$ wrangler publish

About

Google Cloud Storage CDN as Cloudflare Worker

License:Apache License 2.0


Languages

Language:JavaScript 100.0%