From e5646bee06333e7013665f2c3c35acbe238dad41 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Thu, 21 Sep 2023 16:19:45 +0800 Subject: [PATCH] br: update description of session token (#14890) --- 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 0b392b3f952ef..309a7ae9f0821 100644 --- a/br/backup-and-restore-storages.md +++ b/br/backup-and-restore-storages.md @@ -47,7 +47,7 @@ This section describes the URI format of the storage services: - `access-key`: Specifies the access key. - `secret-access-key`: Specifies the secret access key. - - `session-token`: Specifies the session token. + - `session-token`: Specifies the temporary session token. BR does not support this parameter yet. - `use-accelerate-endpoint`: Specifies whether to use the accelerate endpoint on Amazon S3 (defaults to `false`). - `endpoint`: Specifies the URL of custom endpoint for S3-compatible services (for example, ``). - `force-path-style`: Use path style access rather than virtual hosted style access (defaults to `true`).