Skip to content

AWS S3 Compatible Storage Explorer Script for Cloudflare R2 with Workers

Notifications You must be signed in to change notification settings

makifves/cloudflare-r2-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare R2 Explorer with HTTP Auth for Workers

Features

  • Media files preview
  • Drag-and-Drop upload
  • Multiple files and folder uploads
  • File and folder operations
  • Multipart upload for big files

Auth

Update the src/index.js for Auth

Connect R2 Buckets

Update the wrangler.toml with your R2 Buckets (You can setup as many Buckets as your want)

- wrangler.toml -
...
[[r2_buckets]]
binding = 'my-bucket-name'
bucket_name = 'my-bucket-name'
preview_bucket_name = 'my-bucket-name'

Deploy to Your Cloudflare Workers Account

wrangler deploy

About

AWS S3 Compatible Storage Explorer Script for Cloudflare R2 with Workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published