1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Thu Sep 5 09:45:25 UTC 2024

This commit is contained in:
Automated 2024-09-05 09:45:25 +00:00
parent afbe8a5afb
commit 78a4d78e9e
44 changed files with 416 additions and 342 deletions

View file

@ -17,10 +17,15 @@ DESCRIPTION
gs://b* fails because it matches a list of buckets.
EXAMPLES
List all objects in bucket my-bucket:
List all objects in bucket my-bucket within current directory level:
$ gcloud storage objects list gs://my-bucket
List all objects across nested directories using wildcards
(https://cloud.google.com/storage/docs/wildcards):
$ gcloud storage objects list gs://my-bucket/**
List all objects in bucket beginning with ``o'':
$ gcloud storage objects list gs://my-bucket/o*