Merge pull request #2719 from jvoorhis/freshen-s3-storage-backend-docs
Update the S3 storage backend docs to reflect capabilities.
This commit is contained in:
commit
5bcbf15c56
|
@ -46,11 +46,13 @@ instance profile service to provide the credentials Vault will use to make
|
||||||
S3 API calls. Leaving the `access_key` and `secret_key` fields empty will
|
S3 API calls. Leaving the `access_key` and `secret_key` fields empty will
|
||||||
cause Vault to attempt to retrieve credentials from the AWS metadata service.
|
cause Vault to attempt to retrieve credentials from the AWS metadata service.
|
||||||
|
|
||||||
- `access_key` `(string: <required>)` – Specifies the AWS access key. This can
|
- `access_key` – Specifies the AWS access key. This can also be provided via
|
||||||
also be provided via the environment variable `AWS_ACCESS_KEY_ID`.
|
the environment variable `AWS_ACCESS_KEY_ID`, AWS credential files, or by
|
||||||
|
IAM role.
|
||||||
|
|
||||||
- `secret_key` `(string: <required>)` – Specifies the AWS secret key. This can
|
- `secret_key` – Specifies the AWS secret key. This can also be provided via
|
||||||
also be provided via the environment variable `AWS_SECRET_ACCESS_KEY`.
|
the environment variable `AWS_SECRET_ACCESS_KEY`, AWS credential files, or
|
||||||
|
by IAM role.
|
||||||
|
|
||||||
- `session_token` `(string: "")` – Specifies the AWS session token. This can
|
- `session_token` `(string: "")` – Specifies the AWS session token. This can
|
||||||
also be provided via the environment variable `AWS_SESSION_TOKEN`.
|
also be provided via the environment variable `AWS_SESSION_TOKEN`.
|
||||||
|
|
Loading…
Reference in a new issue