Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/providers/cloud/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Cloudflare Account Email | The email address associated with the account id
Cloudflare API Key/Token | The value of an API Key/Token generated for the account (Cloudflare uses the terms API Key and API Token interchangeably)
Bucket Name | The name of the bucket in R2 to upload recordings to
Bucket URL | This is required only for buckets with a custom hostname or domain name. Enter the hostname for the bucket. You will need to set up a CORS policy in R2 for the hostname/domain name. See [instructions](https://developers.cloudflare.com/r2/buckets/cors/) for configuring CORS.
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
Bucket Access Key ID | The access key id associated with the API token you generated for R2 (this a string of 32 characters)
Bucket Secret Access Key | The secret access key associated with the API token you generated for R2 (this is a string of 64 characters)

Expand Down
2 changes: 1 addition & 1 deletion fern/providers/cloud/gcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Credential Reference Name | The credential reference name
GCP Service Account Key (JSON) | The service account key in JSON format
Bucket Name | The name of the bucket to upload recordings to
Bucket Region | The name of the region where the bucket is located
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
HMAC Access Key | The HMAC access key for the GCP Cloud Storage API (This is a string of 24 characters when linked to a user account or a string of 61 characters when linked to a service account.)
HMAC Secret | The HMAC secret for the GCP Clodu Storage API (This is a 40-character base-64 encoded string.)

Expand Down
2 changes: 1 addition & 1 deletion fern/providers/cloud/s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Setting | Description
AWS Access Key ID | The access key id for AWS
AWS Secret Access Key | The secret access key for AWS
S3 Bucket Name | The name of the bucket to upload recordings to
S3 Path Prefix | An optional path prefix for recordings uploaded to the bucket
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.

## Example

Expand Down
2 changes: 1 addition & 1 deletion fern/providers/cloud/supabase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Setting | Description
Bucket Name | The name of the bucket in Supabase Storage to upload recordings to
Storage Region | The region of the Supabase project
Storage Endpoint | The endpoint of the Supabase Storage to upload recordings to
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
Storage Access Key ID | The access key id for Supabase Storage
Storage Secret Access Key | The secret access key for Supabase Storage, associated with the access key id

Expand Down
Loading