N8n Nodes Cloudflare R2 banner
jezweb jezweb

N8n Nodes Cloudflare R2

DevOps community

Description

n8n community node for Cloudflare R2 object storage integration, featuring bucket management, object operations, batch operations, CORS policies, and full AI Agent compatibility

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

n8n-nodes-cloudflare-r2

[![npm version](https://badge.fury.io/js/n8n-nodes-cloudflare-r2-storage.svg)](https://www.npmjs.com/package/n8n-nodes-cloudflare-r2-storage) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

An n8n community node for seamless integration with **Cloudflare R2 Object Storage**. Upload, download, manage files and buckets with zero egress fees. Includes batch operations, CORS management, and full AI Agent compatibility.

Table of Contents

Installation

Via n8n Community Nodes (Recommended)

  1. Go to SettingsCommunity Nodes in your n8n instance
  2. Enter n8n-nodes-cloudflare-r2-storage in the Package field
  3. Click Install
  4. Restart your n8n instance

Via npm

# Navigate to your n8n installation folder
cd ~/.n8n

# Install the package  
npm install n8n-nodes-cloudflare-r2-storage

# Restart n8n

Operations

🪣 Bucket Operations

  • Create - Create new R2 buckets with location hints
  • List - List all buckets in your account
  • Get Info - Get detailed bucket information
  • Delete - Remove empty buckets
  • CORS Management - Get, set, and delete CORS policies

📄 Object Operations

  • Upload - Upload files from binary data or text content
  • Download - Download files with automatic binary data handling
  • Delete - Remove objects from buckets
  • List - List objects with prefix filtering and pagination
  • Copy - Copy objects between buckets
  • Get Metadata - Retrieve object metadata without downloading

⚡ Batch Operations

  • Upload Multiple - Upload multiple files in one operation
  • Delete Multiple - Delete up to 1,000 objects