Home > Blockchain >  GCP storage list_blobs with prefix and exclude a specific subfolder
GCP storage list_blobs with prefix and exclude a specific subfolder

Time:03-22

Is there a way of listing blobs with GCP python storage package under a specific folder, and excluding a specific subfolder path?

CodePudding user response:

The API does not have an exclude option for prefixes.

  • Related