Skip to content

cleaning up the IBlobContainerClientFactory related code

Aman Verma requested to merge users/amaverma/clenUpBlobStore into master

All Submissions:


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

What is the issue or story related to the change?


Description:

Cleaning up the older blob store related methods.

  1. cleaned up the BlobContainerClientFactoryImpl and IBlobContainerClientFactory
  2. Cleaned up related methods in BlobStore class
  3. Updated UTs.

Issue:

Validation:

Ran ITs of schema service with the new package locally

Does this introduce a breaking change?


  • [YES/NO]

NO

Other information


FYI @kibattul , @polavishnu , @dkodeih , @danielscholl

Merge request reports