Skip to content

Commit 32dc294

Browse files
docs: add links for creating R2 access API tokens in README
1 parent 3d181e5 commit 32dc294

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/rclone-batch-upload.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ export R2_SECRET_ACCESS_KEY=your_secret
4040
export R2_ACCOUNT_ID=your_account
4141
opennextjs-cloudflare deploy # batch upload automatically used
4242
```
43+
44+
**Note:**
45+
46+
You can follow documentation https://developers.cloudflare.com/r2/api/tokens/ for creating API tokens with appropriate permissions for R2 access.

packages/cloudflare/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ export R2_SECRET_ACCESS_KEY=your_secret_access_key
6666
export R2_ACCOUNT_ID=your_account_id
6767
```
6868

69+
**Note:**
70+
71+
You can follow documentation https://developers.cloudflare.com/r2/api/tokens/ for creating API tokens with appropriate permissions for R2 access.
72+
6973
**Benefits:**
7074

7175
- Significantly faster uploads for large caches using parallel transfers

0 commit comments

Comments
 (0)