gsutil: Can't touch a file with brackets in the name
问题 $ gsutil du -sh gs://test123/ CommandException: Cloud folder gs://test123/testfile[1994]/ contains a wildcard; gsutil does not currently support objects with wildcards in their name. $ gsutil mv gs://test123/testfile[1994]/ gs://test123/testfile_1994/ CommandException: Cloud folder gs://test123/testfile[1994]/ contains a wildcard; gsutil does not currently support objects with wildcards in their name. $ gsutil mv "gs://test123/testfile\[1994\]/" gs://test123/testfile_1994/ CommandException: