Skip to content

Rebased: Add support for publishing to Azure storage (#413)#1004

Closed
andrewshadura wants to merge 3 commits intoaptly-dev:masterfrom
andrewshadura:azure-rebase
Closed

Rebased: Add support for publishing to Azure storage (#413)#1004
andrewshadura wants to merge 3 commits intoaptly-dev:masterfrom
andrewshadura:azure-rebase

Conversation

@andrewshadura
Copy link
Contributor

@andrewshadura andrewshadura commented Dec 16, 2021

This PR is a rebase of #413 which it supersedes.

This PR adds a backend to allow publishing directly to Azure storage, avoiding having to go though S3 + MinIO or a similar solution as a proxy instead.

The original author is @chuan.

Fixes #379.

chuan and others added 3 commits December 16, 2021 14:56
Add a backend to allow publishing directly to Azure storage, avoiding
having to go though S3 + MinIO or a similar solution as a proxy instead.

This adds a new configuration setting: AzurePublishEndpoints, similar
to the existing S3PublishEndpoints and SwiftPublishEndpoints.

For each endpoint, the following has to be defined:
 - accountName
 - accountKey
 - container
 - prefix
Azure tests require the following environment variables to be set:
 - AZURE_STORAGE_ACCOUNT
 - AZURE_STORAGE_ACCESS_KEY

With either of these not set, Azure-specific tests are skipped.
Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
@andrewshadura
Copy link
Contributor Author

See this comment for the reason why this PR has been closed.

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

Successfully merging this pull request may close these issues.

Feature request: publish to Azure Storage

2 participants