Skip to content

Add azureblob-sdk provider backed by Azure SDK#696

Merged
gaul merged 1 commit intomasterfrom
azureblob-sdk
Oct 7, 2024
Merged

Add azureblob-sdk provider backed by Azure SDK#696
gaul merged 1 commit intomasterfrom
azureblob-sdk

Conversation

@gaul
Copy link
Owner

@gaul gaul commented Oct 2, 2024

This may replace the jclouds azureblob provider. The implementation lacks some error codes and options. Fixes #606.

@gaul
Copy link
Owner Author

gaul commented Oct 2, 2024

While this is incomplete, I would appreciate if some of the Azure issue reporters could test this to give some early feedback. Using the SDK seems like a better path forward than the existing jclouds approach. Using the SDK should allow more authorization options and it would be great if people could help me understand them so I can add configuration knobs. Some downsides of this PR are that there may be more conflicts between dependencies, e.g., Guava, but this seems tolerable.

@gaul gaul force-pushed the azureblob-sdk branch 2 times, most recently from 9f8c69a to 9b886b7 Compare October 4, 2024 23:48
@gaul gaul marked this pull request as ready for review October 4, 2024 23:48
@gaul gaul force-pushed the azureblob-sdk branch 6 times, most recently from 0adb0bc to 3e08b57 Compare October 5, 2024 05:06
This may replace the jclouds azureblob provider.  The implementation
lacks some error codes and options.  Fixes #606.
@gaul gaul changed the title Experiment with the Azure SDK Add azureblob-sdk provider backed by Azure SDK Oct 6, 2024
@gaul gaul merged commit b33f3e2 into master Oct 7, 2024
@gaul gaul deleted the azureblob-sdk branch October 7, 2024 01:18
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.

Add an Azure storage backend that uses the Microsoft SDK

1 participant