diff --git a/advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx b/advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx index 80890fb88bf..4e3c0f68c67 100644 --- a/advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx +++ b/advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx @@ -16,7 +16,7 @@ Creates a new storage location that references an S3-compatible object storage l | Parameter | Type | Description | | --- | --- | --- | | `name` | `text` | The name of the storage location | -| `uri` | `text` | The URI of the S3-compatible object storage location | +| `uri` | `text` | The URI of the S3-compatible object storage location, for example, `s3://bucket-name` or `s3://bucket-name/prefix` | | `options` | `json` | Optional settings for the storage location | #### Options