Implement the bucket_exists(), object_exists() functions and finish the constructor for Azure inside connection class for Azure. The constructor should use the bucket_exists function to check if the bucket exists or not, and shoot out a error message if otherwise. Once implemented the developer will also need to test this functionality via unit testing.
Definition of Done
All three functions is completed with added unit test and python testing.
- is depended on by
-
WT-10510 Implement unit testing for connection class for Azure
- Closed