Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br: update description of session token #15034

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion br/backup-and-restore-storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BACKUP DATABASE * TO 's3://bucket-name/prefix' SEND_CREDENTIALS_TO_TIKV = FALSE;

- `access-key`:访问密钥
- `secret-access-key`:秘密访问密钥
- `session-token`:会话令牌
- `session-token`:临时会话令牌(BR 尚不支持该参数)
- `use-accelerate-endpoint`:是否在 Amazon S3 上使用加速端点,默认为 `false`
- `endpoint`:Amazon S3 兼容服务自定义端点的 URL,例如 `<https://s3.example.com/>`
- `force-path-style`:使用路径类型 (path-style),而不是虚拟托管类型 (virtual-hosted-style),默认为 `true`
Expand Down