1 Answers
The correct syntax should be:
gsutil mb gs://<globally-unique-bucket-name>
In other words, you need to explicitly prefix your bucket name with gs://
.
Sign Up Free or Log In to participate!
Hey guys,
While trying to create bucket i get this notification: CommandException: "mb" command does not support "file://" URLs. Did you mean to use a gs:// URL?
Can somebody suggest any solution?
Thanks,
Martin
The correct syntax should be:
gsutil mb gs://<globally-unique-bucket-name>
In other words, you need to explicitly prefix your bucket name with gs://
.
Psst…this one if you’ve been moved to ACG!