mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
S3 backend session token documentation updated
This commit is contained in:
parent
04bc1c0ae1
commit
8d574d2eaa
1 changed files with 2 additions and 0 deletions
|
|
@ -143,6 +143,8 @@ For S3, the following options are supported:
|
|||
|
||||
* `secret_key` - (required) The AWS secret key. It must be provided, but it can also be sourced from the AWS_SECRET_ACCESS_KEY environment variable.
|
||||
|
||||
* `session_token` - (optional) The AWS session_token. It can also be sourced from the AWS_SESSION_TOKEN environment variable.
|
||||
|
||||
* `region` (optional) - The AWS region. It can be sourced from the AWS_DEFAULT_REGION environment variable and will default to "us-east-1" if not specified.
|
||||
|
||||
#### Backend Reference: MySQL
|
||||
|
|
|
|||
Loading…
Reference in a new issue