I try to use the stat
command in gsutil
like this:
$ gsutil -q stat gs://test
but it resulted in the following exception:
CommandException: The stat command only works with object URLs
Note: I don't want to use the ls
command because there are too many files in the bucket.
So, how can I do this?