EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.06k stars 191 forks source link

Barman marks Azure Government Blob Endpoint as Emulated #884

Open bdun1013 opened 8 months ago

bdun1013 commented 8 months ago

Barman only has knowledge of the Azure commercial blob storage endpoint (blob.core.windows.net) and marks all other endpoints as emulated: https://github.com/EnterpriseDB/barman/blob/master/barman/cloud_providers/azure_blob_storage.py#L170

Barman should also support the Azure Government Blob Endpoint (blob.core.usgovcloudapi.net) and not mark it as emulated: https://learn.microsoft.com/en-us/azure/azure-government/compare-azure-government-global-azure