R2 Object Storage Store and retrieve objects at scale using Cloudflare's S3-compatible object storage. When to Use - File uploads (images, videos, documents) - AI assets and model artifacts - Image and media asset storage - Structured data (JSON, CSV, logs) - User-facing uploads and downloads - Static asset hosting - Backup and archival storage - S3-compatible workflows with existing tools FIRST: Create R2 Bucket Quick Reference | Operation | API | |-----------|-----| | Upload object | | | Download object | | | Delete object | | | List objects | | | Get metadata | | | Multipart upload | | | G…