Using BlobStore for all blob related operations
Type of change
-
Bug Fix -
Feature
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Client classes from azure blob storage sdk were being used directly for all blob related operations.
What is the new/expected behavior?
BlobStore present in common lib is now used to handle all blob related operations.
Have you added/updated Unit Tests and Integration Tests?
NA. All the existing tests are passing.