Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add azureblob-sdk provider backed by Azure SDK #696

Merged
merged 1 commit into from
Oct 7, 2024
Merged

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
5 checks passed
@gaul gaul deleted the azureblob-sdk branch October 7, 2024 01:18
# for free to join this conversation on GitHub. Already have an account? # 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