From 71bb98f9e02de44980b1816f1aedb18f1ac19d40 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:23:50 +0000 Subject: [PATCH] Update advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx Co-authored-by: Artjoms Iskovs --- advocacy_docs/edb-postgres-ai/analytics/reference/functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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