From a1cc9bd38b7fe5cf5a0a82e88c01c3554cd51add Mon Sep 17 00:00:00 2001 From: Mike Green <772413+mikegreen@users.noreply.github.com> Date: Thu, 21 Jan 2021 10:32:24 -0700 Subject: [PATCH] Clarify slash is needed on gcs and azure (#10710) Clarify user question, unexpected behavior with no slash on gcs. --- website/content/api-docs/system/storage/raftautosnapshots.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/system/storage/raftautosnapshots.mdx b/website/content/api-docs/system/storage/raftautosnapshots.mdx index 151b9317e4..d801bfd079 100644 --- a/website/content/api-docs/system/storage/raftautosnapshots.mdx +++ b/website/content/api-docs/system/storage/raftautosnapshots.mdx @@ -39,7 +39,9 @@ other mechanisms to provide access to cloud resources. oldest ones will be deleted. - `path_prefix` `(string: )` - 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