Prior to this PR, there were two different methods for traversing through a file structure and modifying files in that structure based on certain criteria. This PR seeks to simplify things by applying a single, consistent method. This PR updates the _sync_local and upload_folder functions in the AzureStorage class to use consistent methods for iterating over the local or remote .matcha file structure.
Prior to this PR, there were two different methods for traversing through a file structure and modifying files in that structure based on certain criteria. This PR seeks to simplify things by applying a single, consistent method. This PR updates the
_sync_local
andupload_folder
functions in theAzureStorage
class to use consistent methods for iterating over the local or remote.matcha
file structure.Checklist
Please ensure you have done the following:
Type of change
Tick all those that apply: