1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-03 00:26:59 +02:00

GCS support for repository storage.

GCS and GCS-compatible object stores can now be used for repository storage.
This commit is contained in:
David Steele
2021-03-05 12:13:51 -05:00
committed by GitHub
parent 20bb544e7a
commit 088662d986
35 changed files with 3552 additions and 86 deletions

View File

@ -43,10 +43,10 @@ sub run
(
{vm => VM2, remote => false, storage => AZURE, encrypt => true, compress => BZ2},
{vm => VM2, remote => true, storage => POSIX, encrypt => false, compress => GZ},
{vm => VM3, remote => false, storage => POSIX, encrypt => false, compress => ZST},
{vm => VM3, remote => false, storage => GCS, encrypt => false, compress => ZST},
{vm => VM3, remote => true, storage => AZURE, encrypt => true, compress => LZ4},
{vm => VM4, remote => false, storage => S3, encrypt => false, compress => GZ},
{vm => VM4, remote => true, storage => POSIX, encrypt => true, compress => ZST},
{vm => VM4, remote => true, storage => GCS, encrypt => true, compress => ZST},
)
{
# Only run tests for this vm