Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add support for major release of Azure Blob Storage SDK #558

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

z38
Copy link
Contributor

@z38 z38 commented Feb 27, 2018

The SDK for Azure Storage was recently split up in 4 separate packages. Now, it's recommended to use microsoft/azure-storage-blob for handling blobs.

This patch extends the adapter to support the new SDK as well (in a backwards-compatible way). The functional tests pass with both versions.

@nicolasmure
Copy link
Contributor

nicolasmure commented Mar 20, 2018

Hello, thank you for your PR.

Can you add some comments in the code indicating that some class usage is for microsoft/azure-storage < 1.0 and some other is for microsoft/azure-storage-blob >= 1.0 please ? It would make it easier to understand why the if/elses are here.

Moreover, can you rebase your branch on the master branch now that the appveyor build has been fixed ?

@z38 z38 force-pushed the azure-blob-storage branch from ffa9a8a to 40f0efa Compare March 25, 2018 09:37
@z38 z38 force-pushed the azure-blob-storage branch from 40f0efa to 04e7b3f Compare March 25, 2018 09:44
@z38
Copy link
Contributor Author

z38 commented Mar 25, 2018

Thank you for your review. The PR has been rebased and I improved the documentation a bit.

@nicolasmure nicolasmure mentioned this pull request Mar 26, 2018
2 tasks
Copy link
Contributor

@nicolasmure nicolasmure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @z38 !

@nicolasmure nicolasmure merged commit 1063b8f into KnpLabs:master Mar 26, 2018
@z38 z38 deleted the azure-blob-storage branch April 26, 2018 20:00
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.

3 participants