This commit is contained in:
carnal0wnage
2018-09-26 16:54:49 -04:00
parent 2779af7787
commit 5f27bcdfe6
5 changed files with 59 additions and 13 deletions

View File

@@ -35,5 +35,5 @@ def gcp_storage_list_blobs(credentials, bucket_name):
blobs = bucket.list_blobs()
for blob in blobs:
print(blob.name)
print('\t{}'.format(blob.name))
print('\n')