-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add pullman Azure storage provider (#23)
**Motivation** Want to be able to serve models located in Azure Blob Storage to increase parity with KServe's model puller. **Modifications** An Azure storage provider was added to the pullman package. **Result** Pullman now supports pulling model files from Azure Blob Storage in three modes: 1. Authenticated with service principal credentials 2. Authenticated with connection string 3. Unauthenticated Closes: #19 Signed-off-by: Paul Van Eck <[email protected]>
- Loading branch information
Showing
6 changed files
with
792 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.