GoogleCloudPlatform / GoogleCloudPlatform/gsutil
gsutil mb fails with incorrect error
Open
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Start with the gsutil mb command entry point and reproduce the reported URL classification error using a valid gs:// URL. The issue does not include the exact command, environment, or a named test, so first determine the missing reproduction details; done means valid gs:// input no longer produces the file:// error and coverage verifies the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100