Copy or synchronize files from S3

From S3 copied to .kml files ending to the local / data / videos / test directory

aws s3 cp s3://***** /data/videos/test ---recursive --exclude "*" --include '*.kml'

File Synchronization

aws s3 sync s3://***** --exclude '*' --include '2017-09-22*'

Guess you like

Origin www.cnblogs.com/mianbaoshu/p/11770817.html