From 2ea3aedde3826de77cc37fbf8ec2b2acbb07d7f4 Mon Sep 17 00:00:00 2001 From: Ashwin Alaparthi Date: Wed, 11 Jun 2025 23:48:00 -0700 Subject: [PATCH] Added LiquidJS support mention to S3 docs --- fern/providers/cloud/cloudflare.mdx | 2 +- fern/providers/cloud/gcp.mdx | 2 +- fern/providers/cloud/s3.mdx | 2 +- fern/providers/cloud/supabase.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fern/providers/cloud/cloudflare.mdx b/fern/providers/cloud/cloudflare.mdx index 2d69d720b..556a9d2bf 100644 --- a/fern/providers/cloud/cloudflare.mdx +++ b/fern/providers/cloud/cloudflare.mdx @@ -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) diff --git a/fern/providers/cloud/gcp.mdx b/fern/providers/cloud/gcp.mdx index d6fc5f8a6..d91d47983 100644 --- a/fern/providers/cloud/gcp.mdx +++ b/fern/providers/cloud/gcp.mdx @@ -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.) diff --git a/fern/providers/cloud/s3.mdx b/fern/providers/cloud/s3.mdx index 34d55ba97..32674a764 100644 --- a/fern/providers/cloud/s3.mdx +++ b/fern/providers/cloud/s3.mdx @@ -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 diff --git a/fern/providers/cloud/supabase.mdx b/fern/providers/cloud/supabase.mdx index 74e9d11bd..5ad08eb60 100644 --- a/fern/providers/cloud/supabase.mdx +++ b/fern/providers/cloud/supabase.mdx @@ -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