Skip to content

Code refactoring for using BlobStore

Abhishek Patil requested to merge abpatil/blob_store_refactor into master

All Submissions:


  • [YES] I have added an explanation of what changes in this merge do and why we should include it?
  • [YES] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [NA] I ran lint checks locally prior to submission.

What is the current behavior?


Interaction with azure blob storage is done by using the classes provided in azure's blob-storage sdk.

What is the new behavior?


BlobStore present in core-lib-azure is now used.

Does this introduce a breaking change?


  • [NO]

Any relevant logs, error output, etc?


(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Other information


Merge request reports