feat(storage-azblob): Add Azure Blob Storage support - #2908
Open
jiaqizho wants to merge 1 commit into
Open
Conversation
Add a dedicated OpenDAL Azblob backend for Azure Blob Storage accounts without hierarchical namespaces. Support azblob://<container>/<path> locations with endpoint, account name, account key, and SAS token configuration. Enable selection through both OpenDalStorageFactory and OpenDalResolvingStorage while keeping existing ABFS and WASB locations routed to Azdls. Add unit coverage and an environment-gated integration test for file operations against a non-HNS Azure account. Signed-off-by: jiaqizho <jiaqi.zhou@zilliz.com>
Author
|
@CTTY PTAL, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Add a dedicated OpenDAL Azblob backend for Azure Blob Storage accounts without hierarchical namespaces.
What changes are included in this PR?
Support
azblob://<container>/<path>locations with endpoint, account name, account key, and SAS token configuration. Enable selection through both OpenDalStorageFactory and OpenDalResolvingStorage while keeping existing ABFS and WASB locations routed to Azdls.Are these changes tested?
Add unit coverage and an environment-gated integration test, and verify writes, metadata, full and range reads, deletes, and prefix deletes against a real Azure Blob Storage account with HNS disabled.