I have millions of images that need to be renamed. All files have a 'C' in part of the filename that needs to be changed to a lower 'c'.
File name pattern:
- ACD_112_2P-001-1C.jpg should be changed to ACD_112_2P-001-1c.jpg
- ACD_112_2P-002-2C.jpg should be changed to ACD_112_2P-002-2c.jpg
- ACD_112_2P-003-3C.jpg should be changed to ACD_112_2P-003-3c.jpg
How can I use AWS CLI with some kinda wild card to achieve this?
Source and destination buckets will be the same.