Skip to content

PDS-UK/wp-offload-cloudflare-r2-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP Offload Cloudflare R2

Description

This plugin adds support for Cloudflare R2 storage to WP Offload Media, allowing media files to be stored and served from Cloudflare's R2 storage service.

Features:

  • Seamlessly integrates Cloudflare R2 as a storage provider in WP Offload Media.
  • Automatically serves media from Cloudflare's R2 service with a configurable public domain for delivery.
  • Symbolic link creation for custom Cloudflare R2 icons.

Installation

  1. Upload the plugin files to the /wp-content/plugins/wp-offload-cloudflare-r2-plugin directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Ensure the following configuration variables are set in your wp-config.php file:
define('R2_DOMAIN', 'your-r2-url.r2.dev');
define('R2_ENDPOINT', 'https://your-r2-endpoint.r2.cloudflarestorage.com');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages