I'm attempting to use the mb
command to create a bucket on Google Cloud Storage but am getting
CommandException: The mb command requires a URL that specifies a bucket.
The odd part is that while
gsutil mb gs://foo/bar1
returns this error,
gsutil ls gs://foo/bar2
correctly lists files in gs://foo/bar2.
I don't see how gs://foo/bar2
can be a valid URL while gs://foo/bar1
isn't. Is anyone able to shed some light here?