File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/_includes/reference/vault_plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments