From 78a03c2eb832a202961cac6184d833ed131b4c1b Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Sun, 7 Apr 2024 16:22:33 +0800 Subject: [PATCH] Update br/backup-and-restore-storages.md Co-authored-by: Grace Cai --- br/backup-and-restore-storages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/backup-and-restore-storages.md b/br/backup-and-restore-storages.md index 97697a6b795cc..cad6b9ee22deb 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -31,7 +31,7 @@ BACKUP DATABASE * TO 's3://bucket-name/prefix' SEND_CREDENTIALS_TO_TIKV = FALSE; ### URI format description -The URI format of the storage service is as follows: +The URI format of the external storage service is as follows: ```shell [scheme]://[host]/[path]?[parameters]