Actions
Issue #5954
closedAdd support for Azure blob storage as file backend for Pulp
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix
Sprint:
Quarter:
Description
Currently only AWS S3 support is working and documented for Pulp, however, Django Storages also supports Azure blob storage. Please support this as well.
Updated by maartenk almost 5 years ago
Issue was requested by me, but using my email address as login was not the brightest idea in the world...
Updated by daviddavis almost 5 years ago
- Status changed from NEW to POST
- Assignee set to maartenk
Added by maartenk almost 5 years ago
Updated by maartenk almost 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|4009eb579bf7efd0da8b952df0936eda39604bfe.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Allow storages.backends.azure_storage.AzureStorage as value DEFAULT_FILE_STORAGE in order to use Azure blob as backend and add the documentation, fixes #5954 (#475)