Mass rename objects on Google Cloud Storage
问题 Is it possible to mass rename objects on Google Cloud Storage using gsutil (or some other tool)? I am trying to figure out a way to rename a bunch of images from *.JPG to *.jpg. 回答1: https://cloud.google.com/storage/docs/gsutil/addlhelp/WildcardNames gsutil supports URI wildcards EDIT gsutil 3.0 release note As part of the bucket sub-directory support we changed the * wildcard to match only up to directory boundaries, and introduced the new ** wildcard... Do you have directories under bucket?