Title: R2 Cloud Storage
Author: jhomoura
Published: <strong>اپریل 26, 2026</strong>
Last modified: اپریل 26, 2026

---

پلگ انز تلاش کریں

![](https://s.w.org/plugins/geopattern-icon/r2-cloud-storage.svg)

# R2 Cloud Storage

 منجانب [jhomoura](https://profiles.wordpress.org/jhomoura/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/r2-cloud-storage.1.0.0.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/r2-cloud-storage/#description)
 * [جائزے](https://ur.wordpress.org/plugins/r2-cloud-storage/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/r2-cloud-storage/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/r2-cloud-storage/#developers)

 [معاونت](https://wordpress.org/support/plugin/r2-cloud-storage/)

## تفصیل

**R2 Cloud Storage** offloads your WordPress Media Library to [Cloudflare R2](https://www.cloudflare.com/products/r2/)—
an S3-compatible object storage with **zero egress fees**.

#### Why Cloudflare R2?

 * **$0 egress fees** — No cost for serving files, unlike AWS S3 ($0.09/GB)
 * S3-compatible API — Works with existing tools
 * Cloudflare CDN integration — Custom domains with global edge caching
 * Pay only for storage: $0.015/GB/month

#### Core Features (Free)

 * Automatic media offload on upload
 * URL rewriting (serve from R2/custom domain)
 * Pre-signed URLs for protected content
 * Bulk sync/migration tool
 * Responsive image (srcset) support
 * Remove local copies to save disk space
 * REST API for programmatic access
 * i18n ready (pt_BR included)

#### Modular Add-on System

Extend R2 Cloud Storage with platform-specific add-ons:

 * **WooCommerce** — Digital downloads via R2, product images, signed URLs per order
 * **LearnDash** — Course videos and materials with signed URL protection
 * **Tutor LMS** — Protected video streaming and course materials
 * **Easy Digital Downloads** — Secure digital delivery via R2
 * **MemberPress** — Protected member content via R2
 * **BuddyBoss** — Community uploads stored on R2

#### Developer Friendly

    ```
    `php
    ```

// Register your own add-on
 add_action( ‘r2cs_register_addon’, function( $manager){
$manager->register( ‘my-addon’, ‘1.0.0’, ‘My_Addon_Class’ ); });

// Generate signed URLs
 $url = r2cs()->signed_url()->generate( ‘path/to/file.pdf’,
3600 );

// Upload files programmatically
 $result = r2cs()->client()->upload_file( ‘/local/
path.pdf’, ‘remote/path.pdf’ ); `

### External Services

This plugin connects to external third-party services as described below.

#### Cloudflare R2 Object Storage

This plugin connects to the Cloudflare R2 API to upload, retrieve, and delete media
files stored in your R2 bucket. The connection is made to `https://<account_id>.
r2.cloudflarestorage.com` using your configured credentials (Account ID, Access 
Key, and Secret Key).

Data is sent whenever media files are uploaded, deleted, synced, or served via the
plugin. The data transmitted includes the file contents and metadata (object key/
path).

 * [Cloudflare Terms of Service](https://www.cloudflare.com/terms/)
 * [Cloudflare Privacy Policy](https://www.cloudflare.com/privacypolicy/)

#### R2 Cloud Storage License API

This plugin connects to the R2 Cloud Storage license server at `https://r2cloudstorage.
com/api/v1/license` to activate, deactivate, and verify add-on license keys. This
connection is only made when a user manually activates or deactivates an add-on 
license, or when a periodic license verification is performed.

The data transmitted includes: the license key, the add-on slug, and the site domain.

 * [R2 Cloud Storage Terms of Service](https://r2cloudstorage.com/terms)
 * [R2 Cloud Storage Privacy Policy](https://r2cloudstorage.com/privacy)

## انسٹالیشن

 1. Upload the plugin to `/wp-content/plugins/r2-cloud-storage/`
 2. Activate through the Plugins menu
 3. Go to **R2 Storage  Settings**
 4. Enter your Cloudflare R2 credentials (Account ID, Access Key, Secret Key, Bucket)
 5. Click "Test Connection” to verify
 6. Enable automatic offload

#### Getting R2 Credentials

 1. Log in to [Cloudflare Dashboard](https://dash.cloudflare.com/)
 2. Navigate to **R2 Object Storage**
 3. Copy your **Account ID** from the sidebar
 4. Go to **Manage R2 API Tokens**  Create API Token
 5. Copy the **Access Key ID** and **Secret Access Key**
 6. Create a bucket if you haven’t already

## عمومی سوالات

### Does this work with existing media?

Yes! Use the **Sync** tool to migrate all existing media to R2.

### Will my images break if I deactivate the plugin?

If you chose "Remove local copies”, the local files are deleted. Keep backups. If
local copies exist, WordPress will serve them normally when the plugin is deactivated.

### Can I use a custom domain?

Yes. Set up a Custom Domain in Cloudflare R2 and enter it in the settings.

### Is this compatible with multisite?

Yes. Network-activate the plugin and each site can have its own settings.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“R2 Cloud Storage” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ
لیا:

شراکت دار

 *   [ jhomoura ](https://profiles.wordpress.org/jhomoura/)

[“R2 Cloud Storage” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/r2-cloud-storage)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/r2-cloud-storage/)، 
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/r2-cloud-storage/) کو چیک
کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/r2-cloud-storage/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/r2-cloud-storage/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.0

 * Initial release
 * Media Library offload
 * Pre-signed URLs
 * Bulk sync tool
 * Add-on manager
 * pt_BR translation

## میٹا

 *  Version **1.0.0**
 *  Last updated **2 ہفتے پہلے**
 *  Active installations **10 سے کم**
 *  WordPress version ** 6.0 یا اس سے جدید **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/r2-cloud-storage/)
 * Tags
 * [cloudflare](https://ur.wordpress.org/plugins/tags/cloudflare/)[media](https://ur.wordpress.org/plugins/tags/media/)
   [offload](https://ur.wordpress.org/plugins/tags/offload/)[r2](https://ur.wordpress.org/plugins/tags/r2/)
   [s3](https://ur.wordpress.org/plugins/tags/s3/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/r2-cloud-storage/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/r2-cloud-storage/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/r2-cloud-storage/reviews/)

## شراکت دار

 *   [ jhomoura ](https://profiles.wordpress.org/jhomoura/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/r2-cloud-storage/)