s3cmd --recursive modify --add-header="Cache-Control:max-age=172800" s3://my.bucket/ --include '0.jpg'
This finds all files, not just files 0.jpg
Any guidance would be appreciated. I have millions of files to update, but I only wish to update those that match my wildcard search.