1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-13 01:00:23 +02:00

Add repo-s3-token option to allow temporary credentials tokens to be configured.

pgBackRest currently has no way to request new credentials so the entire command (e.g. backup, restore) must complete before the credentials expire.

Contributed by Yogesh Sharma.
This commit is contained in:
Yogesh Sharma
2018-05-02 14:06:40 -04:00
committed by David Steele
parent 5e090ba305
commit 6a40c916d4
17 changed files with 160 additions and 7 deletions

View File

@ -187,6 +187,7 @@ testRun()
" --repo-s3-key s3 repository access key\n"
" --repo-s3-key-secret s3 repository secret access key\n"
" --repo-s3-region s3 repository region\n"
" --repo-s3-token s3 repository security token\n"
" --repo-s3-verify-ssl verify S3 server certificate [default=y]\n"
" --repo-type type of storage used for the repository\n"
" [default=posix]\n"