From 11a1b1cce27177caa246fecf392b8c034097960c Mon Sep 17 00:00:00 2001 From: Kathryn Hancox Date: Fri, 10 Nov 2023 14:21:56 -0500 Subject: [PATCH] Make changes to v23.2 --- src/current/v23.2/use-cloud-storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/v23.2/use-cloud-storage.md b/src/current/v23.2/use-cloud-storage.md index 04ca1e23525..16d56cfb0b0 100644 --- a/src/current/v23.2/use-cloud-storage.md +++ b/src/current/v23.2/use-cloud-storage.md @@ -66,7 +66,7 @@ Location | Example Amazon S3 | `s3://acme-co/employees?AWS_ACCESS_KEY_ID=123&AWS_SECRET_ACCESS_KEY=456` Azure Blob Storage | `azure://acme-co/employees?AUTH=specified&AZURE_ACCOUNT_NAME={account name}&AZURE_CLIENT_ID={client ID}&AZURE_CLIENT_SECRET={client secret}&AZURE_TENANT_ID={tenant ID}` Google Cloud Storage | `gs://acme-co/employees?AUTH=specified&CREDENTIALS=encoded-123` -NFS/Local | `nodelocal://1/path/employees`, `nodelocal://self/nfsmount/backups/employees` [2](#considerations) +NFS/Local | `nodelocal://1/path/employees` Example URLs for [`IMPORT`]({% link {{ page.version.version }}/import.md %}) and given a bucket or container name of `acme-co` and a filename of `employees`: @@ -76,7 +76,7 @@ Amazon S3 | `s3://acme-co/employees.sql?AWS_ACCESS_KEY_ID=123&AWS_SECRET_ACCESS_ Azure Blob Storage | `azure://acme-co/employees.sql?AUTH=specified&AZURE_ACCOUNT_NAME={account name}&AZURE_CLIENT_ID={client ID}&AZURE_CLIENT_SECRET={client secret}&AZURE_TENANT_ID={tenant ID}` Google Cloud Storage | `gs://acme-co/employees.sql?AUTH=specified&CREDENTIALS=encoded-123` HTTP | `http://localhost:8080/employees.sql` -NFS/Local | `nodelocal://1/path/employees`, `nodelocal://self/nfsmount/backups/employees` [2](#considerations) +NFS/Local | `nodelocal://1/path/employees` Example URLs for [`CREATE CHANGEFEED`]({% link {{ page.version.version }}/create-changefeed.md %}):