I am trying to download some images from amazon s3 bucket with name like 126782129_06_12_2013.jpg
. I have tried using:
aws s3 cp s3://[s3 folder] [local folder] --exclude "*" --include "*_*.jpg"--recursive
But it gives not output.
Can someone help me with this?
Edit:
Some files are named as 1525780172306_bs516Z2.jpg but I want to ignore such files any only get the files containing digits after the '_' sign.