mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Clarify slash is needed on gcs and azure (#10710)
Clarify user question, unexpected behavior with no slash on gcs.
This commit is contained in:
parent
3c477d49a7
commit
a1cc9bd38b
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ other mechanisms to provide access to cloud resources.
|
|||
oldest ones will be deleted.
|
||||
|
||||
- `path_prefix` `(string: <required>)` - For `storage_type=local`, the directory to
|
||||
write the snapshots in. For cloud storage types, the bucket prefix to use.
|
||||
write the snapshots in. For cloud storage types, the bucket prefix to use.
|
||||
Types `azure-s3` and `google-gcs` require a trailing `/` (slash).
|
||||
Types `local` and `aws-s3` the trailing `/` is optional.
|
||||
|
||||
- `file_prefix` `(string: "vault-snapshot")` - Within the directory or bucket
|
||||
prefix given by `path_prefix`, the file or object name of snapshot files
|
||||
|
|
|
|||
Loading…
Reference in a new issue