Implement the read_object() function inside connection class for Azure. The SDK should utilise downloadTo() which should read the file at the offset and place it into the buffer and return it back to the caller. It is expected that the file already exists inside the cloud storage at this point. Once implemented the developer will also need to test this functionality via python testing and unit testing.
Definition of Done
read_object() function is completed with added unit test and python testing.