mc2 icon indicating copy to clipboard operation
mc2 copied to clipboard

Add support for uploading entire directories to Azure blob storage

Open chester-leung opened this issue 3 years ago • 0 comments

Currently, MC2 Client doesn't support uploading entire directories to Azure blob storage. We'd like to add support for this, as data encrypted in sql format is always outputted as a directory with a data sub-directory and a schema sub-directory.

To do this, we'll have to investigate how to upload/download directories to/from Azure blob storage using the Azure Python SDK, and modify the upload_data() and download_data() functions.

chester-leung avatar Jun 11 '21 23:06 chester-leung