I have files in S3 bucket, I was trying to download files based on date like 08th aug, 09th Aug, how can I download selective date file?.
I used following code but it still downloads entire bucket list
aws s3 cp s3://bucketname/ folder/file --profile pname --exclude "*" --recursive --include "" + "2015-08-09" + "*"
I am not sure, how to achieve this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…