Skip to content

Commit 1f2d444

Browse files
committedDec 18, 2024·
docs(cloudflare): add note about r2 over http
1 parent 9b1f71f commit 1f2d444

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎docs/2.drivers/cloudflare.md

+7
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,10 @@ const storage = createStorage({
166166
- `type: "blob"`: Return a `Blob`.
167167
- `type: "bytes"`: Return an `Uint8Array`.
168168
- `type: "arrayBuffer"`: Return an `ArrayBuffer` (default)
169+
170+
## Cloudflare R2 (http)
171+
172+
To use Cloudflare R2 over HTTP, you can use [s3 driver](/drivers/s3).
173+
174+
> [!NOTE]
175+
> Make sure to set `region` to `auto`

0 commit comments

Comments
 (0)
Please sign in to comment.