From d84fbb1c6c6c2f9a90793eb0164cc947566990bd 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 f53fc149ee065..1f143288d3424 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]