We recently moved all product images from our website to Google Cloud Storage. Due to bad naming policies in the past the casing (lowercase, uppercase) in the file names does not always match the way file names are listed in our product database. This was never a problem for the website, but with GCS it now is.
The quickest workaround I see is to force the website to call all file names in lowercase. But this means I would have to change all file names (including extensions) in Cloud Storage to lowercase. I have been experimenting with gsutil, but have been unable to accomplish this so far.
Does anybody know whether there is a command that can do this?
TL;DR: Which gsutil command will change all file names to lowercase?
Thanks for your help.