1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-05 00:28:52 +02:00

Add repo-azure-endpoint option.

This option allows alternate endpoints (e.g. Azure Government) to be configured.
This commit is contained in:
David Steele
2020-10-06 17:15:48 -04:00
committed by GitHub
parent 3ce6b3e505
commit 9377d05072
13 changed files with 131 additions and 17 deletions

View File

@ -188,6 +188,8 @@ testRun(void)
" --repo-azure-ca-file azure repository TLS CA file\n"
" --repo-azure-ca-path azure repository TLS CA path\n"
" --repo-azure-container azure repository container\n"
" --repo-azure-endpoint azure repository endpoint\n"
" [default=blob.core.windows.net]\n"
" --repo-azure-host azure repository host\n"
" --repo-azure-key azure repository key\n"
" --repo-azure-key-type azure repository key type [default=shared]\n"