GoogleCloudPlatform / gsutil

A command line tool for interacting with cloud storage services.
Apache License 2.0
864 stars 331 forks source link

gsutil mb fails with incorrect error #1761

Open aSemy opened 4 months ago

aSemy commented 4 months ago

When I run a valid gsutil mb command, I get an invalid error:

CommandException: "mb" command does not support "file://" URLs. Did you mean to use a gs:// URL?

I did use a gs:// URL.