Skip to content

Commit 2ea3aed

Browse files
committed
Added LiquidJS support mention to S3 docs
1 parent 78ea7d6 commit 2ea3aed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fern/providers/cloud/cloudflare.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Cloudflare Account Email | The email address associated with the account id
2020
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)
2121
Bucket Name | The name of the bucket in R2 to upload recordings to
2222
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
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.
2424
Bucket Access Key ID | The access key id associated with the API token you generated for R2 (this a string of 32 characters)
2525
Bucket Secret Access Key | The secret access key associated with the API token you generated for R2 (this is a string of 64 characters)
2626

fern/providers/cloud/gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Credential Reference Name | The credential reference name
2121
GCP Service Account Key (JSON) | The service account key in JSON format
2222
Bucket Name | The name of the bucket to upload recordings to
2323
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
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.
2525
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.)
2626
HMAC Secret | The HMAC secret for the GCP Clodu Storage API (This is a 40-character base-64 encoded string.)
2727

fern/providers/cloud/s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Setting | Description
1818
AWS Access Key ID | The access key id for AWS
1919
AWS Secret Access Key | The secret access key for AWS
2020
S3 Bucket Name | The name of the bucket to upload recordings to
21-
S3 Path Prefix | An optional path prefix for recordings uploaded to the bucket
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.
2222

2323
## Example
2424

fern/providers/cloud/supabase.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Setting | Description
1818
Bucket Name | The name of the bucket in Supabase Storage to upload recordings to
1919
Storage Region | The region of the Supabase project
2020
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
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.
2222
Storage Access Key ID | The access key id for Supabase Storage
2323
Storage Secret Access Key | The secret access key for Supabase Storage, associated with the access key id
2424

0 commit comments

Comments
 (0)