Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 565 Bytes

cloudflare-s3-servicer

🔥 How to deploy?


  1. Install Wrangler and authenticate to your Cloudflare account.

  2. 🤫 Create required AWS secrets for the project:

    • AWS_ACCESS_KEY_ID
    • AWS_SECRET_ACCESS_KEY
    • AWS_DEFAULT_REGION
    • AWS_S3_BUCKET

Hint: Add each secret variable via wrangler secret put command.

  1. 🔎 Review wrangler.toml file and modify it depending on your requirements.

  2. Publish to Cloudflare via wrangler publish.