Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Support selecting the Azure Could (WABS storage) #397

Open
normalerweise opened this issue Jul 1, 2018 · 1 comment
Open

Comments

@normalerweise
Copy link

The Azure Cloud as a whole consists of several clouds e.g. Public (default), US Government, Germany....
Today wal-e supports to store backups in the public cloud only.
To support other clouds, too corresponding configuration should be introduced.

@normalerweise
Copy link
Author

The feature is supported by the underlying Azure Python SDK
via the endpoint_prefix parameter passed to the BlobService constructor.

The values corresponding to the different clouds could be found here:
https://docs.microsoft.com/en-gb/azure/storage/common/storage-powershell-independent-clouds#endpoint-suffix

I have an implementation available here: https://github.com/pulseshift/wal-e/tree/feature/select_azure_cloud
In my opinion this is complemented by #378 which should be merged first,
as I needed both fixes to use wal-e with a storage account inside Azure Germany

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant