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

Azure support for repository storage.

Azure and Azure-compatible object stores can now be used for repository storage.

Currently only shared key authentication is supported but SAS will be added soon.
This commit is contained in:
David Steele
2020-07-02 16:24:34 -04:00
parent 3e2c8874f7
commit 3f4371d7a2
43 changed files with 3328 additions and 58 deletions

View File

@ -48,7 +48,7 @@ sub run
{vm => VM1, storage => POSIX, encrypt => false},
{vm => VM2, storage => S3, encrypt => true},
{vm => VM3, storage => POSIX, encrypt => false},
{vm => VM4, storage => S3, encrypt => true},
{vm => VM4, storage => AZURE, encrypt => true},
)
{
# Only run tests for this vm