I have a google cloud storage bucket, I can download objects using the download_blob
function in python, I can also use the gsutil cp
or gcloud compute scp
function to download entire directories.
Is there a way to download an entire directory from the storage bucket using python as a single zip file.
doing it this way Python - download entire directory from Google Cloud Storage requires me to download file by file.
Is there a way to download an entire directory at once ?