GoogleCloudPlatform / GoogleCloudPlatform/gsutil
some directories with brackets don't upload
Open
- Dominant language
- Python
- Stars
- 918
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
I'm getting a "CommandException: No URLs matched:" message when trying to upload a directory that has brackets in the name.
```
$ mkdir 'hello [foo]'
$ touch hello\ \[foo\]/bar
$ gsutil cp -r 'hello [foo]' gs://test5903495034959
CommandException: No URLs matched: hello [foo]
$ mv hello\ \[foo\] hello
$ gsutil cp -r 'hello' gs://test5903495034959
Copying file://hello/bar [Content-Type=application/octet-stream]...
```
Contributor guide
Assessment
This issue has not been assessed yet.