Files
nexus/wiki/concepts/Cloudflare-R2.md
2026-04-17 08:38:12 +08:00

27 lines
714 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Cloudflare R2"
type: concept
tags: [Cloudflare, Storage, Serverless]
sources: []
last_updated: 2026-04-16
---
## Definition
Cloudflare R2 是 Cloudflare 提供的无服务器对象存储服务S3 兼容 API。
## Core Features
- 无服务器,按请求计费
- S3 兼容 API
- 与 Cloudflare Workers 原生集成
- 无带宽费用(与 S3 的主要区别)
- 支持大文件存储
## Use Cases
- 存储静态资源(图片、视频)
- 作为应用附件存储
- 作为 NodeWarden 的附件存储后端
## Connections
- [[Cloudflare Workers]] ← integrates_with ← [[Cloudflare R2]]
- [[Serverless-Computing]] ← uses ← [[Cloudflare R2]]
- [[MinIO]] ← similar_to ← [[Cloudflare R2]]