You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/providers/cloud/cloudflare.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Cloudflare Account Email | The email address associated with the account id
20
20
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)
21
21
Bucket Name | The name of the bucket in R2 to upload recordings to
22
22
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.
23
-
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
23
+
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating - for example, `{{ "now" \| date: "%Y/%m/%d" }}` renders as YYYY/MM/DD.
24
24
Bucket Access Key ID | The access key id associated with the API token you generated for R2 (this a string of 32 characters)
25
25
Bucket Secret Access Key | The secret access key associated with the API token you generated for R2 (this is a string of 64 characters)
Copy file name to clipboardExpand all lines: fern/providers/cloud/gcp.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Credential Reference Name | The credential reference name
21
21
GCP Service Account Key (JSON) | The service account key in JSON format
22
22
Bucket Name | The name of the bucket to upload recordings to
23
23
Bucket Region | The name of the region where the bucket is located
24
-
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
24
+
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating - for example, `{{ "now" \| date: "%Y/%m/%d" }}` renders as YYYY/MM/DD.
25
25
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.)
26
26
HMAC Secret | The HMAC secret for the GCP Clodu Storage API (This is a 40-character base-64 encoded string.)
Copy file name to clipboardExpand all lines: fern/providers/cloud/s3.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Setting | Description
18
18
AWS Access Key ID | The access key id for AWS
19
19
AWS Secret Access Key | The secret access key for AWS
20
20
S3 Bucket Name | The name of the bucket to upload recordings to
21
-
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
21
+
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating - for example, `{{ "now" \| date: "%Y/%m/%d" }}` renders as YYYY/MM/DD.
Copy file name to clipboardExpand all lines: fern/providers/cloud/supabase.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Setting | Description
18
18
Bucket Name | The name of the bucket in Supabase Storage to upload recordings to
19
19
Storage Region | The region of the Supabase project
20
20
Storage Endpoint | The endpoint of the Supabase Storage to upload recordings to
21
-
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating.
21
+
Bucket Path Prefix | An optional path prefix for recordings uploaded to the bucket. Supports [LiquidJS Date format](https://liquidjs.com/filters/date.html) templating - for example, `{{ "now" \| date: "%Y/%m/%d" }}` renders as YYYY/MM/DD.
22
22
Storage Access Key ID | The access key id for Supabase Storage
23
23
Storage Secret Access Key | The secret access key for Supabase Storage, associated with the access key id
0 commit comments