Implement the listObjects() function inside connection class for Azure The behaviour is that the function lists all of the objects on the bucket. The SDK should utilise the listBlobs function from the Azure SDK. Once implemented the developer will also need to test this functionality via manual testing.
Definition of Done
ListObject function is completed with manual testing done.
Update: Implement unit test and python testing once put_objects connection implementation is complete for azure