Skip to content

Commit 1acec3e

Browse files
docs(vault): fix typo
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
1 parent 0577b9a commit 1acec3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/reference/vault_plugin/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Configure the plugin.
1919
* `s3_bucket_name` (string, required) — The S3 storage bucket name.
2020
* `s3_endpoint` (string, required) — The S3 storage endpoint.
2121
* `s3_region` (string, required) — The S3 storage region.
22-
* `s3_secret_access_key` (string, required) — The S3 storage access key id.
22+
* `s3_secret_access_key` (string, required) — The S3 storage secret access key.
2323

2424
### Responses
2525

server/path_configure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func configurePath(b *Backend) *framework.Path {
105105
},
106106
fieldNameS3SecretAccessKey: {
107107
Type: framework.TypeString,
108-
Description: "The S3 storage access key id",
108+
Description: "The S3 storage secret access key",
109109
Required: true,
110110
},
111111
},

0 commit comments

Comments
 (0)