Skip to content

Commit 6387f2c

Browse files
authored
Rename 'secret_key' to 'secret' in storage config (#28075)
Fix: Correct field name for r2 storage_config in realtimekit - The secret_key field throws error "storage_config.secret_key" is not allowed - The correct field name is secret
1 parent 00c73e3 commit 6387f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/realtime/realtimekit/recording-guide/custom-cloud-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ curl --request POST \
6060
"storage_config": {
6161
"type": "cloudflare",
6262
"access_key": "your-access-key",
63-
"secret_key": "your-secret-key",
63+
"secret": "your-secret-key",
6464
"bucket": "your-bucket-name",
6565
"path": "/"
6666
}

0 commit comments

Comments
 (0)