mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10308] [MERGED] feat: Add AzureStorageProvider for Azure Blob Storage support #61346
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10308
Author: @crpietschmann
Created: 2/18/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @tjbck
Base:
dev← Head:azure-storage📝 Commits (10+)
e4c9734Merge pull request #10038 from open-webui/devc513308Merge pull request #10236 from open-webui/dev3f3a5bbMerge pull request #10238 from open-webui/devfd3c24aAdd AzureStorageProvidere4febfaAdd AzureStorageProvider config optionsaee5710Update config.py745b24fMerge branch 'open-webui:main' into azure-storagecc4598cUpdate build-release.yml13227fcMerge branch 'azure-storage' of https://github.com/crpietschmann/open-webui into azure-storage2f4f4c2add tests📊 Changes
4 files changed (+234 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+4 -0)📝
backend/open_webui/storage/provider.py(+76 -0)📝
backend/open_webui/test/apps/webui/storage/test_provider.py(+150 -0)📝
backend/requirements.txt(+4 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Here's the documentation PR that goes along with this: https://github.com/open-webui/docs/pull/410
Added
azureoption forSTORAGE_PROVIDERAZURE_STORAGE_ENDPOINT: To configure the Azure Storage service endpoint to connect to.AZURE_STORAGE_KEY: To configure the Azure Storage key to authenticate with the serviceAZURE_STORAGE_CONTAINER_NAME: To configure the Azure Blob Storage Container where files will be stored.Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Changelog
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.